Add chromium argument to use libsecret password store

This commit is contained in:
Evie Litherland-Smith 2024-09-28 07:15:38 +01:00
parent f7d8a39e7b
commit 3566286262

View file

@ -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 = {