From 1862112feeb11b7e99d85f446609bb1369bbd259 Mon Sep 17 00:00:00 2001 From: Till Date: Tue, 19 Dec 2023 10:34:51 +0100 Subject: [PATCH] qq --- home/alt.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/alt.nix b/home/alt.nix index d12bc56..3c12bd3 100644 --- a/home/alt.nix +++ b/home/alt.nix @@ -67,7 +67,14 @@ }; }; - programs.fish.enable = true; + programs.fish = { + enable = true; + shellInit = '' + set -gx EDITOR "nvim" + set -gx VISUAL "nvim" + ''; + }; + home.shellAliases = { v = "nvim"; };