From 356628626246168988b02ddc6b281ae43ea94788 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 28 Sep 2024 07:15:38 +0100 Subject: [PATCH] Add chromium argument to use libsecret password store --- system/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/desktop.nix b/system/desktop.nix index 4871473a..e29b02a6 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -2,7 +2,7 @@ { imports = [ ./plasma.nix ]; home-manager.users.${username}.imports = [ ./home/desktop.nix ]; - nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; + nixpkgs.config.chromium.commandLineArgs = "--password-store='gnome-libsecret' --enable-features=UseOzonePlatform --ozone-platform=wayland"; hardware.bluetooth.enable = true; environment = { sessionVariables = {