Update modules/coreAll/default.nix

This commit is contained in:
logical_code 2025-07-07 14:56:00 -04:00
parent 11671ce5af
commit c15f7a253f

View file

@ -9,7 +9,7 @@
cfg = config.coreAll; cfg = config.coreAll;
in { in {
options.programs.common = { options.coreAll = {
enable = mkEnableOption "Base system utils"; enable = mkEnableOption "Base system utils";
}; };