non important commit

This commit is contained in:
maxstrb 2025-11-06 17:43:06 +01:00
parent 02e359e44e
commit a2292ca174

View file

@ -80,9 +80,9 @@
shellAliases = { shellAliases = {
zel = "zellij"; zel = "zellij";
system = "edit /home/maxag/.nix-config/flake.nix"; system = "nvim /home/maxag/.nix-config/flake.nix";
home = "edit /home/maxag/.nix-config/home/${device-name}/home.nix"; home = "nvim /home/maxag/.nix-config/home/${device-name}/home.nix";
config = "edit /home/maxag/.nix-config/configuration/${device-name}/configuration.nix"; config = "nvim /home/maxag/.nix-config/configuration/${device-name}/configuration.nix";
cat = "bat -p -P"; cat = "bat -p -P";
nix-shell = "nix-shell --run nu"; nix-shell = "nix-shell --run nu";
}; };