make nvim default editor
This commit is contained in:
parent
bdb7ec7d7e
commit
e04adc3ce5
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = [inputs.nvim-nix.packages.${pkgs.system}.default];
|
home.packages = [inputs.nvim-nix.packages.${pkgs.system}.default];
|
||||||
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue