mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
removed conditional wm check on pgp pub keys
This commit is contained in:
parent
73a7fbb649
commit
3e6621fa2a
1 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ in
|
|||
text = "${config.user.keys.pgp.windows}";
|
||||
trust = 5;
|
||||
}
|
||||
] ++ (if wm.sway.enable then [
|
||||
{
|
||||
text = "${config.user.keys.pgp.work}";
|
||||
trust = 5;
|
||||
|
|
@ -31,7 +30,7 @@ in
|
|||
text = "${config.user.keys.pgp.ccur}";
|
||||
trust = 5;
|
||||
}
|
||||
] else []);
|
||||
];
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue