Update ankaa

This commit is contained in:
Ethan Simmons
2025-01-22 20:03:38 -06:00
parent 77c7c6b5b8
commit 36878b901b
5 changed files with 34 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ in
programs.dconf.enable = mkIf cfg.secrets true;
services.gnome.gnome-keyring.enable = mkIf cfg.secrets true;
services.dbus.packages = mkIf cfg.secrets [ pkgs.gnome.seahorse ];
services.dbus.packages = mkIf cfg.secrets [ pkgs.seahorse ];
# Remove when nixpkgs issue 143365 is fixed
security.pam.services.swaylock = mkIf (!cfg.sway.desktop) {};