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
ripgrep
btop
pwgen
ssss
dig
termshark
openssl
pwgen
ssss
];
programs.gnupg.agent = {
enable = true;
};
######################################## ZSH configuration ######################################
users.defaultUserShell = pkgs.zsh;