Many changes

This commit is contained in:
Andrea Ciceri 2022-11-10 19:51:43 +01:00
parent 6b3c9e83f7
commit 6fcd4730a2
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
14 changed files with 189 additions and 224 deletions

View file

@ -80,5 +80,9 @@
'';
};
home.packages = with pkgs; [thefuck htop-vim dig.dnsutils];
home.packages = with pkgs; [
thefuck
htop-vim
dig.dnsutils
];
}