Update modules/coreDesktop/default.nix

This commit is contained in:
logical_code 2025-07-07 14:55:43 -04:00
parent b20e5aea1c
commit 11671ce5af

View file

@ -9,7 +9,7 @@
cfg = config.coreDesktop;
in {
options.programs.common = {
options.coreDesktop = {
enable = mkEnableOption "Config and Utils for Desktop";
};