From c15554f510f9677069efd96707afa69f3e56c0eb Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Wed, 5 Mar 2025 00:15:30 +0100 Subject: [PATCH] fix chrome and make default --- hosts/chris-pc/default.nix | 2 +- modules/desktop/browsers/chrome.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" ]; }) ];