gnome theme

This commit is contained in:
Danilo Reyes 2023-11-28 21:04:38 -06:00
parent 66b4ce43d2
commit 4388f4a554

View File

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