diff --git a/nate-work/modules/home-manager/home.nix b/nate-work/modules/home-manager/home.nix index 36042a7..e456173 100644 --- a/nate-work/modules/home-manager/home.nix +++ b/nate-work/modules/home-manager/home.nix @@ -174,10 +174,6 @@ # /home/nate/.mozilla/firefox/default/storage/default/moz-extension+++77a1d59f-183c-4439-b249-fdae98b7bd7b/idb services.gnome-keyring.enable = true; services.gnome-keyring.components = [ "ssh" "secrets" ]; - services.kdeconnect = { - enable = true; - indicator = true; - }; # Enable bluetooth headphone controls services.mpris-proxy.enable = true; diff --git a/nate-work/modules/hypr/hyprland.nix b/nate-work/modules/hypr/hyprland.nix index 97827c1..d668d74 100644 --- a/nate-work/modules/hypr/hyprland.nix +++ b/nate-work/modules/hypr/hyprland.nix @@ -129,7 +129,9 @@ in services.pcscd.enable = true; security.polkit.enable = true; # Keyring setup - security.pam.services.gdm.enableGnomeKeyring = true; + # security.pam.services.gdm.enableGnomeKeyring = true; + security.pam.services.greetd.enableGnomeKeyring = true; + security.pam.services.login.enableGnomeKeyring = true; services.gnome.gnome-keyring.enable = true; # Audio security.rtkit.enable = true;