home-desktop: temporarily disable Qt theme
This commit is contained in:
parent
86b70461a3
commit
b47e0f937b
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue