non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 10:28:36 +01:00
parent 0b253c633b
commit e192d50ecd

View file

@ -40,8 +40,8 @@
};
shellAliases = {
system = "nvim /home/maxag/.nix-config/flake.nix";
home = "nvim /home/maxag/.nix-config/home/${device-name}/home.nix";
system = "^$env.EDITOR /home/maxag/.nix-config/flake.nix";
home = "^$env.EDITOR /home/maxag/.nix-config/home/${device-name}/home.nix";
cat = "bat -p -P";
nix-shell = "nix-shell --run nu";
garbage = " sudo nix-collect-garbage --delete-old";