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