home: add gnupg
This commit is contained in:
parent
506ad73136
commit
00aab46112
2 changed files with 12 additions and 0 deletions
11
users/guanranwang/home-manager/applications/gpg/default.nix
Normal file
11
users/guanranwang/home-manager/applications/gpg/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{config, ...}: {
|
||||||
|
programs.gpg = {
|
||||||
|
enable = true;
|
||||||
|
homedir = "${config.xdg.dataHome}/gnupg";
|
||||||
|
};
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
pinentryFlavor = "gnome3";
|
||||||
|
};
|
||||||
|
}
|
|
@ -29,6 +29,7 @@
|
||||||
./modules
|
./modules
|
||||||
|
|
||||||
./applications/git
|
./applications/git
|
||||||
|
./applications/gpg
|
||||||
./applications/starship
|
./applications/starship
|
||||||
./applications/eza
|
./applications/eza
|
||||||
./applications/skim
|
./applications/skim
|
||||||
|
|
Loading…
Reference in a new issue