Install neofetch too

This commit is contained in:
Rodrigo Arias 2024-01-24 09:58:57 +01:00
parent befd6e9e17
commit 8ce6523c07

View File

@ -40,5 +40,5 @@
};
};
environment.systemPackages = with pkgs; [ gdb ];
environment.systemPackages = with pkgs; [ gdb neofetch ];
}