moving nom package
This commit is contained in:
parent
0df91fa659
commit
2c3c3cc854
2 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,6 @@
|
||||||
fzf
|
fzf
|
||||||
tree
|
tree
|
||||||
|
|
||||||
nix-output-monitor
|
|
||||||
|
|
||||||
gparted
|
gparted
|
||||||
arandr
|
arandr
|
||||||
flameshot
|
flameshot
|
||||||
|
|
|
@ -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
|
||||||
'')
|
'')
|
||||||
|
|
Loading…
Reference in a new issue