summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/graphical.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/graphical.nix b/profiles/graphical.nix
index 89c88f5..b284c0d 100644
--- a/profiles/graphical.nix
+++ b/profiles/graphical.nix
@@ -31,7 +31,12 @@
       #     name = "SolArc-Dark";
       #     package = pkgs.solarc-gtk-theme;
       #   };
-      # };
+      # };=>
+
+      qt = {
+        enable = true;
+        style.name = "adawita-dark";
+      };
 
       gtk = {
         theme.package = pkgs.gnome.gnome-themes-extra;