fix annoying stylix issue by forcing qt platform

This commit is contained in:
lucy 2025-12-08 16:12:19 +01:00
parent 1577ce4a23
commit f96897573a
2 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,7 @@
polkit_gnome polkit_gnome
gcc gcc
blueman blueman
zzz
]; ];
programs.steam = { programs.steam = {

View File

@ -1,5 +1,6 @@
{ {
config, config,
lib,
pkgs, pkgs,
... ...
}: }:
@ -26,6 +27,9 @@
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
polarity = "dark"; polarity = "dark";
image = ./home/wallpaper.png; image = ./home/wallpaper.png;
targets = {
qt.platform = lib.mkForce "qtct";
};
fonts = { fonts = {
sizes = { sizes = {
terminal = 10; terminal = 10;