From 354afc1754f0616cd086b1a6f607022155a1f9e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 16 May 2023 20:09:27 -0700 Subject: profiles/workstation: stop using dark mode + prezto --- home/profiles/gtk.nix | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'home/profiles/gtk.nix') diff --git a/home/profiles/gtk.nix b/home/profiles/gtk.nix index e1615b8..0be2475 100644 --- a/home/profiles/gtk.nix +++ b/home/profiles/gtk.nix @@ -2,30 +2,9 @@ { gtk = { enable = true; - - iconTheme = { - name = "Papirus-Dark"; - package = pkgs.papirus-icon-theme; - }; - - theme = { - name = "palenight"; - package = pkgs.palenight-theme; - }; - cursorTheme = { name = "Numix-Cursor"; package = pkgs.numix-cursor-theme; }; - - gtk3.extraConfig = { - gtk-application-prefer-dark-theme = true; - }; - - gtk4.extraConfig = { - gtk-application-prefer-dark-theme = true; - }; }; - - home.sessionVariables.GTK_THEME = "palenight"; } -- cgit v1.2.3