feat: add nix-output-monitor to default packages
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b70dcb797d
commit
2fd1f95b79
1 changed files with 14 additions and 13 deletions
|
@ -12,19 +12,20 @@
|
||||||
undollar
|
undollar
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
dracula-theme
|
|
||||||
neofetch
|
|
||||||
progress
|
|
||||||
wget
|
|
||||||
tree
|
|
||||||
openssh
|
|
||||||
mosh
|
|
||||||
rsync
|
|
||||||
killall
|
|
||||||
imagemagick
|
|
||||||
usbutils
|
|
||||||
zip
|
|
||||||
unzip
|
|
||||||
dig.dnsutils
|
dig.dnsutils
|
||||||
|
dracula-theme
|
||||||
|
imagemagick
|
||||||
|
killall
|
||||||
|
mosh
|
||||||
|
neofetch
|
||||||
|
nix-output-monitor
|
||||||
|
openssh
|
||||||
|
progress
|
||||||
|
rsync
|
||||||
|
tree
|
||||||
|
unzip
|
||||||
|
usbutils
|
||||||
|
wget
|
||||||
|
zip
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue