This commit is contained in:
Osman Faruk Bayram 2025-07-26 01:39:08 +03:00
parent 1901802cb3
commit cf2a78de39
2 changed files with 13 additions and 0 deletions

12
home/gpg.nix Normal file
View file

@ -0,0 +1,12 @@
{
services.gpg-agent = {
enable = true;
enableFishIntegration = true;
enableSshSupport = true;
extraConfig = ''
allow-loopback-pinentry
'';
};
programs.gpg.enable = true;
}

View file

@ -9,6 +9,7 @@
./tmux
./ghostty.nix
./git.nix
./gpg.nix
./gtk.nix
./ssh.nix
./bash.nix