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
|
|
@ -17,7 +17,10 @@
|
|||
./zed.nix
|
||||
];
|
||||
|
||||
youthlic.programs.helix.enable = true;
|
||||
youthlic.programs = {
|
||||
helix.enable = true;
|
||||
gpg.enable = true;
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue