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.helix;
cfg = config.userModules.devtools.helix;
in {
imports = [
./lang.nix
@@ -14,7 +14,7 @@ in {
];
options = {
modules.devtools.helix.enable = mkEnableOption "Enable helix";
userModules.devtools.helix.enable = mkEnableOption "Enable helix";
};
config = mkIf cfg.enable {