summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-05-16 22:09:48 +0300
committertzlil <tzlils@protonmail.com>2023-05-16 22:09:48 +0300
commitcd103868ca4fcd6da02a29ff09f37dc5ad3ad4ae (patch)
tree212cde66b9ec1937d6c7be63c01fc34efd77aef5 /profiles
parentaf86a44b46fb7ee7f17f789465685d82ce3ae092 (diff)
gtk is broken, make swaynag exit a little nicer
Diffstat (limited to 'profiles')
-rw-r--r--profiles/graphical.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/profiles/graphical.nix b/profiles/graphical.nix
index 849634a..8ba6e7f 100644
--- a/profiles/graphical.nix
+++ b/profiles/graphical.nix
@@ -17,14 +17,14 @@
         noto-fonts-cjk
       ];
 
-      gtk = {
-        enable = true;
-        font.name = "Victor Mono SemiBold 12";
-        theme = {
-          name = "SolArc-Dark";
-          package = pkgs.solarc-gtk-theme;
-        };
-      };
+      # 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;