This commit is contained in:
Arthur Wambst 2025-02-22 15:14:37 +01:00
parent 1d3c4cc2ac
commit cf2c272956

View File

@ -7,7 +7,7 @@ with lib; {
};
config = {
# Installation de Neovim en tant que package système
environment.systemPackages = [ neovim.packages.${pkgs.system}.neovim ];
environment.systemPackages = [ inputs.neovim.packages.${pkgs.system}.neovim ];
programs.neovim = {
enable = true;