From 2fd1f95b794f4499f9f78e9fa6d9c83d222a3afe Mon Sep 17 00:00:00 2001 From: Updater Date: Mon, 27 May 2024 08:20:23 -0400 Subject: [PATCH] feat: add nix-output-monitor to default packages --- common/home/packages.nix | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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 ]); }