commit f8a7a37c104639288e74f0b3a84f91528e8e9366
parent 741704a19fe119a48086ad248aeb1f1f0b708278
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 21 May 2025 13:02:25 +0200
parent 741704a19fe119a48086ad248aeb1f1f0b708278
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 21 May 2025 13:02:25 +0200
config/nixos/home/katja/programs/helix: disable `nano`-alias
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/home/katja/programs/helix.nix b/config/home/katja/programs/helix.nix @@ -4,7 +4,7 @@ home = { sessionVariables.EDITOR = lib.mkForce "hx"; - shellAliases.nano = lib.mkForce "hx"; +# shellAliases.nano = lib.mkForce "hx"; }; programs.helix = {