chore: update basics

include zip, unzip and switch neofetch to fastfetch
This commit is contained in:
Christoph Hollizeck 2025-05-12 10:02:15 +02:00
parent 780a141609
commit 89000f1eb2
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 8 additions and 2 deletions

View file

@ -17,7 +17,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
neofetch
fastfetch
fd
tree
@ -27,6 +27,9 @@ in
wslu
wsl-open
zip
unzip
];
${namespace} = {

View file

@ -18,7 +18,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
neofetch
fastfetch
fd
tree
@ -30,6 +30,9 @@ in
pciutils
usbutils
btop
zip
unzip
];
${namespace} = {