cleanup: moving nom next to rebuild commands
parent
cb1a15d8d2
commit
ba2cec8473
|
@ -75,8 +75,6 @@
|
|||
fzf
|
||||
tree
|
||||
|
||||
nix-output-monitor
|
||||
|
||||
xclip
|
||||
|
||||
rustup
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
xsession.numlock.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||
'')
|
||||
|
|
Loading…
Reference in New Issue