home-desktop: temporarily disable Qt theme

main
Elnu 2 months ago
parent 86b70461a3
commit b47e0f937b

@ -70,8 +70,12 @@ in
gtk4.extraConfig.gtk-decoration-layout = "appmenu:none"; gtk4.extraConfig.gtk-decoration-layout = "appmenu:none";
}; };
# Disable Qt theme for Nextcloud
# TODO: Fix Nextcloud so with themeing it isn't black text on a dark background
/*
qt = { qt = {
enable = true; enable = true;
platformTheme = "gtk"; platformTheme = "gtk";
}; };
*/
} }

Loading…
Cancel
Save