From 4976ff2b346416d8ea5e49b5054d51cdc91df2d7 Mon Sep 17 00:00:00 2001 From: alisceon Date: Thu, 14 Aug 2025 21:08:24 +0200 Subject: [PATCH] fix abbrs --- home/alisceon/base.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/alisceon/base.nix b/home/alisceon/base.nix index d1ba378..94db327 100644 --- a/home/alisceon/base.nix +++ b/home/alisceon/base.nix @@ -5,8 +5,6 @@ # NixOS commands nixoss = "sudo nixos-rebuild switch --flake .#${hostName}"; - nixos-main = "git checkout main ; git pull ; sudo nixos-rebuild switch --flake .#${hostName}"; - nixossr = "sudo nixos-rebuild boot --flake .#${hostName} ; reboot"; nixost = "sudo nixos-rebuild dry-build --flake .#${hostName}"; # Development commands @@ -21,7 +19,7 @@ pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/"; # Tower commands - weboot = "nix shell nixpkgs#efibootmgr -c sudo efibootmgr -n 0000 ; reboot"; + weboot = "nix shell nixpkgs#efibootmgr -c sudo efibootmgr -n 0000"; }; # end globalShellAbbrs in {