moving nom package

main
Zynh Ludwig 2024-06-28 19:25:07 -07:00
parent 0df91fa659
commit 2c3c3cc854
2 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,6 @@
fzf fzf
tree tree
nix-output-monitor
gparted gparted
arandr arandr
flameshot flameshot

View File

@ -24,6 +24,7 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
nix-output-monitor
(writeShellScriptBin "rebuild" '' (writeShellScriptBin "rebuild" ''
nixos-rebuild switch --log-format internal-json -v |& nom --json nixos-rebuild switch --log-format internal-json -v |& nom --json
'') '')