removed redundant syscleanup step
This commit is contained in:
parent
bce0f45344
commit
03ba8d3bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
sysupdate =
|
||||
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
|
||||
syscleanup =
|
||||
"sudo nix-collect-garbage -d; sudo nix store optimise; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
"sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
code = ''
|
||||
wezterm cli split-pane --top --percent=75 -- hx
|
||||
wezterm cli activate-pane-direction up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue