make nvim default editor

This commit is contained in:
xunuwu 2024-12-11 12:14:02 +01:00
parent bdb7ec7d7e
commit e04adc3ce5
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -4,4 +4,5 @@
...
}: {
home.packages = [inputs.nvim-nix.packages.${pkgs.system}.default];
home.sessionVariables.EDITOR = "nvim";
}