fix: google-chrome CVE

This commit is contained in:
Ryan Yin
2025-06-04 12:58:00 +08:00
parent c070abe60e
commit c4e268682a
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
pkgs,
nur-ryan4yin,
pkgs-stable,
...
}: {
home.packages = with pkgs; [
@@ -13,6 +13,7 @@
# source code: https://github.com/nix-community/home-manager/blob/master/modules/programs/chromium.nix
google-chrome = {
enable = true;
package = pkgs-stable.google-chrome;
# https://wiki.archlinux.org/title/Chromium#Native_Wayland_support
commandLineArgs = [