From c15f7a253f1d49dc26ffcd52aa78233e84fa6694 Mon Sep 17 00:00:00 2001 From: logical_code Date: Mon, 7 Jul 2025 14:56:00 -0400 Subject: [PATCH] Update modules/coreAll/default.nix --- modules/coreAll/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };