Use specific set as default variable for neovim
This commit is contained in:
parent
af91413d0b
commit
38f5be2762
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user