From 4ce7e3532793deece37aa70a24835061bf943813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 22 Mar 2025 03:10:45 +0100 Subject: [PATCH] fix: typo Hopefully last issue?? --- modules/hm/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/users.nix b/modules/hm/users.nix index 58b3dc1..702e60c 100644 --- a/modules/hm/users.nix +++ b/modules/hm/users.nix @@ -29,7 +29,7 @@ in }; }; - xdg.configFile.pam-gnupg = lib.mkIf (cfg.unlockKeys != [ ]) { + xdg.configFile.pam-gnupg = lib.mkIf (cfg.gpg.unlockKeys != [ ]) { text = '' ${config.programs.gpg.homedir} -- 2.48.1