mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-07 13:08:49 +01:00
Updated the flake-update to actually work lol
This commit is contained in:
parent
b3fe46772c
commit
be9add0954
@ -399,7 +399,7 @@ in
|
||||
shellAliases = {
|
||||
sv = "sudo nvim";
|
||||
flake-rebuild = "nh os switch --hostname ${host} /home/${username}/zaneyos";
|
||||
flake-update = "nh os switch --hostname ${host} --update";
|
||||
flake-update = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
|
||||
gcCleanup = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
v = "nvim";
|
||||
ls = "lsd";
|
||||
|
@ -423,7 +423,7 @@ in
|
||||
shellAliases = {
|
||||
sv = "sudo nvim";
|
||||
flake-rebuild = "nh os switch --hostname ${host} /home/${username}/zaneyos";
|
||||
flake-update = "nh os switch --hostname ${host} --update";
|
||||
flake-update = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
|
||||
gcCleanup = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
v = "nvim";
|
||||
ls = "lsd";
|
||||
|
Loading…
Reference in New Issue
Block a user