This commit is contained in:
Bryan Ramos 2024-05-11 13:21:14 -04:00
parent 23bd15c6cd
commit 08e0feea5d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 9 additions and 4 deletions

View file

@ -10,8 +10,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
wget curl tree neofetch
unzip fping calc qrencode
fd pkg-config pciutils
unzip fping calc fd pciutils
rsync zip
];
};