ui
This commit is contained in:
parent
4f1e609901
commit
073dcd42d7
@ -30,10 +30,12 @@
|
|||||||
}.${theme} or null;
|
}.${theme} or null;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
options.neovim.enable = lib.mkEnableOption "Enable Neovim";
|
||||||
|
|
||||||
environnement.systemPackages = inputs.neovim.nixosModules.neovim;
|
environnement.systemPackages = inputs.neovim.nixosModules.neovim;
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user