some refactoring

This commit is contained in:
cnst
2024-10-13 18:09:15 +02:00
parent 25a3fed51c
commit 084bc3b34f
125 changed files with 437 additions and 370 deletions

View File

@@ -6,7 +6,7 @@
...
}: let
inherit (lib) mkIf mkEnableOption;
cfg = config.modules.devtools.nixvim;
cfg = config.userModules.devtools.nixvim;
in {
imports = [
inputs.nixvim.homeManagerModules.nixvim
@@ -18,7 +18,7 @@ in {
];
options = {
modules.devtools.nixvim.enable = mkEnableOption "Enable nixvim";
userModules.devtools.nixvim.enable = mkEnableOption "Enable nixvim";
};
config = mkIf cfg.enable {