feat: add nix-output-monitor to default packages
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
Updater 2024-05-27 08:20:23 -04:00
parent b70dcb797d
commit 2fd1f95b79

View file

@ -12,19 +12,20 @@
undollar
])
++ (with pkgs; [
dracula-theme
neofetch
progress
wget
tree
openssh
mosh
rsync
killall
imagemagick
usbutils
zip
unzip
dig.dnsutils
dracula-theme
imagemagick
killall
mosh
neofetch
nix-output-monitor
openssh
progress
rsync
tree
unzip
usbutils
wget
zip
]);
}