This commit is contained in:
Till 2023-12-19 10:34:51 +01:00
parent a75a6e5b4d
commit 1862112fee

View file

@ -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";
};