From e192d50ecdf2bb3360ef15645f8b6175adfc0b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sun, 15 Mar 2026 10:28:36 +0100 Subject: [PATCH] non important commit --- home/modules/shell/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/shell/shell.nix b/home/modules/shell/shell.nix index 27c3e90..e920a24 100644 --- a/home/modules/shell/shell.nix +++ b/home/modules/shell/shell.nix @@ -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";