diff --git a/modules/coreAll/default.nix b/modules/coreAll/default.nix index 74664dc..fd82c74 100644 --- a/modules/coreAll/default.nix +++ b/modules/coreAll/default.nix @@ -9,7 +9,7 @@ cfg = config.coreAll; in { - options.programs.common = { + options.coreAll = { enable = mkEnableOption "Base system utils"; };