add gpg
This commit is contained in:
parent
1901802cb3
commit
cf2a78de39
2 changed files with 13 additions and 0 deletions
12
home/gpg.nix
Normal file
12
home/gpg.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
enableSshSupport = true;
|
||||||
|
extraConfig = ''
|
||||||
|
allow-loopback-pinentry
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
programs.gpg.enable = true;
|
||||||
|
}
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
./tmux
|
./tmux
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./gpg.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./bash.nix
|
./bash.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue