gtk: check stylix.enable
All targets should check the global `enable` option, not just their own.
This commit is contained in:
parent
94e68af4a4
commit
d419d335c0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in
|
|||
flatpakSupport.enable = config.lib.stylix.mkEnableTarget "support for theming Flatpak apps" true;
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable (
|
||||
config = lib.mkIf (config.stylix.enable && cfg.enable) (
|
||||
lib.mkMerge [
|
||||
{
|
||||
warnings =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue