From 2c3c3cc854a4a99611d3b796660344b77e36137a Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 28 Jun 2024 19:25:07 -0700 Subject: [PATCH] moving nom package --- hosts/snowhawk/configuration.nix | 2 -- hosts/snowhawk/home.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 5fc343f..f74af7a 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -78,8 +78,6 @@ fzf tree - nix-output-monitor - gparted arandr flameshot diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index 22e9253..19fe794 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -24,6 +24,7 @@ }; home.packages = with pkgs; [ + nix-output-monitor (writeShellScriptBin "rebuild" '' nixos-rebuild switch --log-format internal-json -v |& nom --json '')