home-desktop: temporarily disable Qt theme

This commit is contained in:
Elnu 2024-09-24 13:41:34 -07:00
parent 86b70461a3
commit b47e0f937b

View file

@ -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";
}; };
*/
} }