about summary refs log tree commit diff
path: root/home/profiles/gtk.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-16 20:09:27 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-16 20:09:27 -0700
commit354afc1754f0616cd086b1a6f607022155a1f9e3 (patch)
treed79cde08506a4297e749828d8f6662b88f69b5cd /home/profiles/gtk.nix
parenthome/ssh: add rsync.net to the match block (diff)
downloadworld-354afc1754f0616cd086b1a6f607022155a1f9e3.tar.gz
profiles/workstation: stop using dark mode + prezto
Diffstat (limited to 'home/profiles/gtk.nix')
-rw-r--r--home/profiles/gtk.nix21
1 files changed, 0 insertions, 21 deletions
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";
 }