summary refs log tree commit diff
path: root/profiles/graphical.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/graphical.nix')
-rw-r--r--profiles/graphical.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/graphical.nix b/profiles/graphical.nix
index a4fa0cd..849634a 100644
--- a/profiles/graphical.nix
+++ b/profiles/graphical.nix
@@ -17,6 +17,15 @@
         noto-fonts-cjk
       ];
 
+      gtk = {
+        enable = true;
+        font.name = "Victor Mono SemiBold 12";
+        theme = {
+          name = "SolArc-Dark";
+          package = pkgs.solarc-gtk-theme;
+        };
+      };
+
       # gtk = {
       #   theme.package = pkgs.gnome.gnome-themes-extra;
       #   theme.name = "Adwaita-dark";