aktualizacja flake'a i dodanie nowego aliasu

This commit is contained in:
installer
2024-12-03 12:56:07 +01:00
parent 25491ed3bc
commit 8067e43b6d
2 changed files with 10 additions and 9 deletions

View File

@@ -188,6 +188,7 @@ in {
os-bt = "sudo nixos-rebuild boot --flake ~/zaneyos";
os-ts = "sudo nixos-rebuild test --flake ~/zaneyos";
os-up = "sudo nix flake update";
os-upg = "sudo nix flake update && sudo nixos-rebuild switch --flake ~/zaneyos";
os-up-np = "sudo nix flake update --update-input nixpkgs";
os-up-hm = "sudo nix flake update --update-input home-manager";
os-up-sx = "sudo nix flake update --update-input stylix";