summary refs log tree commit diff
path: root/profiles/graphical.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-05-16 22:01:28 +0300
committertzlil <tzlils@protonmail.com>2023-05-16 22:01:28 +0300
commitaf86a44b46fb7ee7f17f789465685d82ce3ae092 (patch)
tree77d3e495e9aa11cf81036b3f5990e54b3b530bf3 /profiles/graphical.nix
parent57cbc3ac65272242bfee162b916d9675935e9c2e (diff)
add back swaynag exit message, format
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";