use new nvim config

This commit is contained in:
xunuwu 2025-03-02 08:29:24 +01:00
parent 9beb028281
commit e897ee2708
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 135 additions and 202 deletions

View file

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