feat!: roblox must be enabled explicitly

This commit is contained in:
Youwen Wu 2025-01-02 02:56:56 -08:00
parent 436c14233c
commit c346a920d6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -25,7 +25,7 @@ in
};
roblox.enable = lib.mkOption {
type = lib.types.bool;
default = config.liminalOS.extras.gaming && cfg.enable && config.liminalOS.config.allowUnfree;
default = false;
description = ''
Whether to install the Roblox Sober flatpak automatically. Note that this will enable the nix-flatpak service and automatic flatpak updates.`
'';