removed conditional wm check on pgp pub keys

This commit is contained in:
Bryan Ramos 2025-01-24 16:18:45 -05:00
parent 73a7fbb649
commit 3e6621fa2a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -22,7 +22,6 @@ in
text = "${config.user.keys.pgp.windows}"; text = "${config.user.keys.pgp.windows}";
trust = 5; trust = 5;
} }
] ++ (if wm.sway.enable then [
{ {
text = "${config.user.keys.pgp.work}"; text = "${config.user.keys.pgp.work}";
trust = 5; trust = 5;
@ -31,7 +30,7 @@ in
text = "${config.user.keys.pgp.ccur}"; text = "${config.user.keys.pgp.ccur}";
trust = 5; trust = 5;
} }
] else []); ];
}; };
services.gpg-agent = { services.gpg-agent = {