From e0ba2fcf3062d273a8946d037c112a95c1b3efab Mon Sep 17 00:00:00 2001 From: alisceon Date: Fri, 15 Aug 2025 12:43:05 +0200 Subject: [PATCH] fixing abbrs --- home/alisceon/base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/alisceon/base.nix b/home/alisceon/base.nix index d1ba378..7dc52d6 100644 --- a/home/alisceon/base.nix +++ b/home/alisceon/base.nix @@ -2,7 +2,7 @@ let globalShellAbbrs = { tsla-fan = "ipmitool -H 10.30.0.3 -U ADMIN -P ADMIN raw 0x30 0x70 0x66 0x01 0x0"; - + # NixOS commands nixoss = "sudo nixos-rebuild switch --flake .#${hostName}"; nixos-main = "git checkout main ; git pull ; sudo nixos-rebuild switch --flake .#${hostName}"; @@ -16,7 +16,7 @@ devtar = "devenv tasks run"; devs = "devenv shell"; devu = "devenv up -d"; - devi = "nix flake init -t templates#"; + devi-python = "nix flake init -t templates#python"; pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";