diff --git a/modules/common.nix b/modules/common.nix index 73e9f17..db8f01c 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -134,6 +134,9 @@ daemon.enable = true; # Background virus scanning updater.enable = true; # Automatic signature updates }; + + # Enable GNOME keyring for password management + gnome.gnome-keyring.enable = true; }; # ================================