Use specific set as default variable for neovim

This commit is contained in:
RealStickman 2023-05-01 12:57:08 +02:00
parent af91413d0b
commit 38f5be2762

View File

@ -29,6 +29,9 @@ in
# Enable completions by nix
programs.fish.enable = true;
# set neovim as default
programs.neovim.defaultEditor = true;
environment = {
shells = [ pkgs.fish ];
variables = {