Add crypto tools to base confi
This commit is contained in:
parent
ee3e87374e
commit
463f2e78ea
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue