diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 76aaad6..a230f38 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -105,6 +105,10 @@ ]; }; + + security.pam.services."ravenshade".enableGnomeKeyring = true; + services.gnome.gnome-keyring.enable = true; + # Enable automatic login for the user. services.displayManager.autoLogin = { enable = true; diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index 16e5079..dead956 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -18,6 +18,7 @@ services.dunst.enable = true; services.unclutter.enable = true; + # services.easyeffects.enable = true; programs.chromium = {