qt: use a static autoEnable=true on NixOS
This commit is contained in:
parent
7e9cced782
commit
df428b562d
1 changed files with 2 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue