diff --git a/modules/common.nix b/modules/common.nix index cc098b0..3f33f34 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -4,6 +4,7 @@ stylix, username, ghostty, + lib, ... }: { @@ -35,6 +36,9 @@ }; }; + programs.ssh.startAgent = true; # Use OpenSSH agent instead + services.gnome.gnome-keyring.enable = lib.mkForce false; # Disable GNOME keyring + hardware.bluetooth.enable = true; hardware.pulseaudio.enable = false;