chore: update basics
include zip, unzip and switch neofetch to fastfetch
This commit is contained in:
parent
780a141609
commit
89000f1eb2
2 changed files with 8 additions and 2 deletions
|
@ -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} = {
|
||||
|
|
|
@ -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} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue