add gpg option to home-manager module
This commit is contained in:
parent
164a1cc64f
commit
f778bcb397
5 changed files with 67 additions and 1 deletions
|
|
@ -48,4 +48,7 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
services = {
|
||||
gpg-agent.enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue