dev
This commit is contained in:
parent
1d3c4cc2ac
commit
cf2c272956
@ -7,7 +7,7 @@ with lib; {
|
|||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
# Installation de Neovim en tant que package système
|
# 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 = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user