diff --git a/hosts/home-desktop.nix b/hosts/home-desktop.nix index 4824785..10bc68e 100644 --- a/hosts/home-desktop.nix +++ b/hosts/home-desktop.nix @@ -70,8 +70,12 @@ in 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 = { enable = true; platformTheme = "gtk"; }; + */ }