adwaita theme for qt fixed

This commit is contained in:
2024-03-30 12:16:16 -06:00
parent e30e3b45fc
commit 8de2cb2f9c

View File

@@ -252,7 +252,6 @@ environment.gnome.excludePackages = (with pkgs; [
# Sets up QT to use adwaita themes.
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita";
};
#+end_src