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

View file

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