From fd32b3f2ebc0d3162fad5793ab14ebc6287e7dd9 Mon Sep 17 00:00:00 2001 From: Nate Anderson Date: Tue, 7 Jan 2025 15:39:18 -0700 Subject: [PATCH] Added greetd keyring --- nate-work/modules/home-manager/home.nix | 4 ---- nate-work/modules/hypr/hyprland.nix | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) 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;