home/theme: make qt uses gtk3

This commit is contained in:
Guanran Wang 2024-12-25 00:17:41 +08:00
parent fc5fe2d0a6
commit 6e94dff05a
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -51,4 +51,8 @@
# ??? this commit broke nautilus's spacing ???
# https://github.com/nix-community/home-manager/commit/e9b9ecef4295a835ab073814f100498716b05a96
xdg.configFile."gtk-4.0/gtk.css".text = lib.mkForce config.gtk.gtk4.extraCss;
home.sessionVariables = {
QT_QPA_PLATFORMTHEME = "gtk3";
};
}