Set $EDITOR to nvim manually
Using the hm option programs.neovim.defaultEditor doesn't work for some reason so I just set the environment variable manually.
This commit is contained in:
parent
02b8deca92
commit
ba64484693
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
./packages/zsh/zsh.nix
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
users.users.hu = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
|
|
Loading…
Reference in a new issue