1
0
Fork 0
forked from Bun/nixos-config

Add style name override to qt, figure out how to pass to Sway soon

This commit is contained in:
Bun 2025-05-16 00:31:59 -04:00
parent 4a615cd594
commit 48ce4411be

View file

@ -2,6 +2,7 @@
{ {
qt = { qt = {
enable = config.home.desktop.enable; enable = config.home.desktop.enable;
platformTheme.name = "gtk3"; platformTheme.name = "gtk";
style.name = "gtk2";
}; };
} }