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 {
|
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} = {
|
||||||
|
|
|
@ -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} = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue