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