treewide: use lib.mkDefault for "collateral" config

this allows the user to override settings without lib.mkForce,
since that should only be needed for potentially unadvisable changes
This commit is contained in:
Elec3137 2026-02-16 19:31:35 -08:00
commit 4c4e2ee737
5 changed files with 10 additions and 8 deletions

View file

@ -23,7 +23,7 @@ in
};
config = lib.mkIf cfg.enable {
nixowos.${name} = {
nixowos.${name} = lib.mkDefault {
plasma.enable = config.services.desktopManager.plasma6.enable;
mpv.enable = true;
};