From 8ed3dfc9ebc52a50c3e6d4623204847822944422 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:47:59 -0800 Subject: move configurations and modules around Sorry, this is a mess, hopefully the last one. --- users/fcuny/desktop/gtk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/fcuny/desktop/gtk.nix') diff --git a/users/fcuny/desktop/gtk.nix b/users/fcuny/desktop/gtk.nix index 492c331..8bc11a2 100644 --- a/users/fcuny/desktop/gtk.nix +++ b/users/fcuny/desktop/gtk.nix @@ -16,7 +16,6 @@ gtk2 = { extraConfig = '' - gtk-application-prefer-dark-theme = true gtk-xft-antialias = 1 gtk-xft-hinting = 1 gtk-xft-hintstyle = "hintslight" @@ -26,11 +25,12 @@ gtk3 = { extraConfig = { - gtk-application-prefer-dark-theme = true; gtk-xft-antialias = 1; gtk-xft-hinting = 1; gtk-xft-hintstyle = "hintslight"; }; }; }; + + services.gvfs.enable = true; } -- cgit v1.2.3