diff --git a/hosts/chris-pc/default.nix b/hosts/chris-pc/default.nix index c392ced..336eb7e 100644 --- a/hosts/chris-pc/default.nix +++ b/hosts/chris-pc/default.nix @@ -63,7 +63,7 @@ }; browsers = { - default = "firefox"; + default = "chromium"; firefox.enable = true; chrome.enable = true; }; diff --git a/modules/desktop/browsers/chrome.nix b/modules/desktop/browsers/chrome.nix index 3847118..61a0d33 100644 --- a/modules/desktop/browsers/chrome.nix +++ b/modules/desktop/browsers/chrome.nix @@ -23,6 +23,7 @@ in { "--ignore-gpu-blocklist" "--enable-zero-copy" "--ozone-platform-hint=auto" + "--password-store=basic" ]; }) ];