home: more tools

This commit is contained in:
genofire 2022-06-06 23:10:57 +02:00
parent 288e3c4cff
commit 8f2104599f
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
(python3.withPackages(ps: with ps; [ (python3.withPackages(ps: with ps; [
ansible # ansible
dnspython dnspython
youtube-dl youtube-dl
boto3 # aws-s3 support for ansible boto3 # aws-s3 support for ansible
@ -13,6 +13,7 @@
pip pip
passlib # bcrypt passlib # bcrypt
])) ]))
ansible
killall killall
tree tree
htop htop
@ -54,6 +55,8 @@
terraform terraform
tflint tflint
kubectl kubectl
kubernetes-helm
helmfile
k9s k9s
nixopsUnstable nixopsUnstable
]; ];
@ -65,6 +68,7 @@
# grml and pure enabled .... # grml and pure enabled ....
}; };
programs.direnv.enable = true; programs.direnv.enable = true;
programs.gitui.enable = true;
programs.neovim = { programs.neovim = {
enable = true; enable = true;