From a2292ca174ab3f4d670739114c9ec3d9d83b8909 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 6 Nov 2025 17:43:06 +0100 Subject: [PATCH] non important commit --- home/modules/shells.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index 16b367a..8768133 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -80,9 +80,9 @@ shellAliases = { zel = "zellij"; - system = "edit /home/maxag/.nix-config/flake.nix"; - home = "edit /home/maxag/.nix-config/home/${device-name}/home.nix"; - config = "edit /home/maxag/.nix-config/configuration/${device-name}/configuration.nix"; + system = "nvim /home/maxag/.nix-config/flake.nix"; + home = "nvim /home/maxag/.nix-config/home/${device-name}/home.nix"; + config = "nvim /home/maxag/.nix-config/configuration/${device-name}/configuration.nix"; cat = "bat -p -P"; nix-shell = "nix-shell --run nu"; };