enabled git-secret and gnupg

This commit is contained in:
2026-07-02 08:55:28 +01:00
parent f08555296c
commit 90c612bb57

View File

@@ -214,6 +214,7 @@
## Tools
lazygit
git-secret
p7zip-rar
any-nix-shell
bluetui
@@ -326,6 +327,10 @@
libnotify
gsettings-desktop-schemas
];
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-all;
};
# The comment
system.stateVersion = "25.05"; # Did you read the comment?