diff --git a/modules/coreDesktop/default.nix b/modules/coreDesktop/default.nix index 6d96723..d946eed 100644 --- a/modules/coreDesktop/default.nix +++ b/modules/coreDesktop/default.nix @@ -9,7 +9,7 @@ cfg = config.coreDesktop; in { - options.programs.common = { + options.coreDesktop = { enable = mkEnableOption "Config and Utils for Desktop"; };