Add crypto tools to base confi

This commit is contained in:
Vili Sinervä 2025-06-13 00:58:20 +03:00
parent ee3e87374e
commit 463f2e78ea
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -23,11 +23,16 @@
tree tree
ripgrep ripgrep
btop btop
pwgen
ssss
dig dig
termshark termshark
openssl
pwgen
ssss
]; ];
programs.gnupg.agent = {
enable = true;
};
######################################## ZSH configuration ###################################### ######################################## ZSH configuration ######################################
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;