This commit is contained in:
Bryan Ramos 2024-07-17 23:05:50 -04:00
parent 99fe8196c0
commit e1ae3a9363
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ in
imports = [ ./modules ];
config = mkIf cfg.enable {
home.packages = with pkgs; [
wget curl neofetch
wget curl fastfetch
unzip fping calc fd pciutils
rsync zip lshw wireshark
];