dev
This commit is contained in:
parent
cf2c272956
commit
d39f1cc985
@ -1,10 +1,11 @@
|
||||
{ config, lib, inputs, ... }:
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
with lib; {
|
||||
|
||||
options.neovim = {
|
||||
enable = lib.mkEnableOption "Enable Neovim";
|
||||
default = true;
|
||||
};
|
||||
|
||||
config = {
|
||||
# Installation de Neovim en tant que package système
|
||||
environment.systemPackages = [ inputs.neovim.packages.${pkgs.system}.neovim ];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user