diff --git a/common/home/packages.nix b/common/home/packages.nix index 00f6838..b50fa60 100644 --- a/common/home/packages.nix +++ b/common/home/packages.nix @@ -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 ]); }