cleanup: moving nom next to rebuild commands
This commit is contained in:
parent
cb1a15d8d2
commit
ba2cec8473
2 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,6 @@
|
||||||
fzf
|
fzf
|
||||||
tree
|
tree
|
||||||
|
|
||||||
nix-output-monitor
|
|
||||||
|
|
||||||
xclip
|
xclip
|
||||||
|
|
||||||
rustup
|
rustup
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
xsession.numlock.enable = true;
|
xsession.numlock.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||||
'')
|
'')
|
||||||
|
|
Loading…
Reference in a new issue