From d4b173bf4570e2a31942a369e00cc285555c6587 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 14:20:46 -0400 Subject: [PATCH] hyprland: kde kwallet support --- modules/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 2968165e..9e4335ec 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -38,6 +38,8 @@ services.upower.enable = true; services.gnome.gnome-keyring.enable = true; + security.pam.services.gdm.enableKwallet = true; + programs.xfconf.enable = true; programs.thunar = {