From cd103868ca4fcd6da02a29ff09f37dc5ad3ad4ae Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 16 May 2023 22:09:48 +0300 Subject: gtk is broken, make swaynag exit a little nicer --- profiles/graphical.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'profiles') 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; -- cgit 1.4.1