fish rebuild script?
good enough
This commit is contained in:
parent
68a191cacd
commit
f85c28c4ce
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -21,6 +21,10 @@
|
|||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||
'')
|
||||
|
||||
feh
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue