From af86a44b46fb7ee7f17f789465685d82ce3ae092 Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 16 May 2023 22:01:28 +0300 Subject: add back swaynag exit message, format --- profiles/graphical.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'profiles/graphical.nix') 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"; -- cgit 1.4.1