qt: use a static autoEnable=true on NixOS

This commit is contained in:
Matt Sturgeon 2025-05-09 17:03:36 +01:00
parent 7e9cced782
commit df428b562d
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -1,9 +1,4 @@
{
lib,
pkgs,
config,
...
}:
{ lib, config, ... }:
let
@ -16,7 +11,7 @@ let
in
{
options.stylix.targets.qt = {
enable = config.lib.stylix.mkEnableTarget "QT" pkgs.stdenv.hostPlatform.isLinux;
enable = config.lib.stylix.mkEnableTarget "QT" true;
platform = lib.mkOption {
description = ''
Selects the platform theme to use for Qt applications.