pro-home: Add gpg-agent
On NixOS, it's already configured with common.nix but not for home only configurations
This commit is contained in:
parent
46c9f41705
commit
99211c5ba0
1 changed files with 7 additions and 0 deletions
|
@ -28,4 +28,11 @@
|
||||||
|
|
||||||
editors.neovim.enable = true;
|
editors.neovim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
enableSshSupport = true;
|
||||||
|
pinentry.package = pkgs.pinentry-qt;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue