fix(home): ansible with dnspython

This commit is contained in:
genofire 2021-10-23 17:50:36 +02:00
parent 9e01a1f6fa
commit d0d20657f3
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,10 @@
{pkgs, ...}:
{
home.packages = with pkgs; [
python3
(python3.withPackages(ps: with ps; [
ansible
dnspython
]))
killall
htop
mosh
@ -32,7 +35,6 @@
glow
ffmpeg
# devOps
ansible
nixopsUnstable
];