last commit

This commit is contained in:
Fabian Montero 2024-12-02 20:51:02 -06:00
parent b57f65a76e
commit 94b184cb69
2 changed files with 15 additions and 12 deletions

View file

@ -39,6 +39,12 @@ with lib;
"unstable".flake = unstable;
};
services.gpg-agent = {
enable = true;
enableZshIntegration = true;
pinentryFlavor = "gtk2";
};
programs.home-manager.enable = true;
xdg = {