This commit is contained in:
@@ -21,13 +21,11 @@ in
|
||||
description = "Users to apply Stylix theming for";
|
||||
};
|
||||
};
|
||||
config = {
|
||||
stylix = {
|
||||
inherit (scheme) image polarity;
|
||||
enable = true;
|
||||
autoEnable = cfg.enable;
|
||||
targets.qt.platform = lib.mkForce "qtct";
|
||||
}
|
||||
// lib.optionalAttrs (scheme ? base16Scheme) { inherit (scheme) base16Scheme; };
|
||||
};
|
||||
config.stylix = {
|
||||
inherit (scheme) image polarity;
|
||||
enable = true;
|
||||
autoEnable = cfg.enable;
|
||||
targets.qt.platform = lib.mkForce "qtct";
|
||||
}
|
||||
// lib.optionalAttrs (scheme ? base16Scheme) { inherit (scheme) base16Scheme; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user