diff --git a/home/alisceon/base.nix b/home/alisceon/base.nix index 7dc52d6..a2e071f 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 {