Add chromium argument to use libsecret password store
This commit is contained in:
parent
f7d8a39e7b
commit
3566286262
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue