last commit
This commit is contained in:
parent
b57f65a76e
commit
94b184cb69
2 changed files with 15 additions and 12 deletions
|
|
@ -39,6 +39,12 @@ with lib;
|
|||
"unstable".flake = unstable;
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
pinentryFlavor = "gtk2";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
xdg = {
|
||||
|
|
|
|||
Reference in a new issue