mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat!: roblox must be enabled explicitly
This commit is contained in:
parent
436c14233c
commit
c346a920d6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
||||||
};
|
};
|
||||||
roblox.enable = lib.mkOption {
|
roblox.enable = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = config.liminalOS.extras.gaming && cfg.enable && config.liminalOS.config.allowUnfree;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to install the Roblox Sober flatpak automatically. Note that this will enable the nix-flatpak service and automatic flatpak updates.`
|
Whether to install the Roblox Sober flatpak automatically. Note that this will enable the nix-flatpak service and automatic flatpak updates.`
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue