diff options
Diffstat (limited to 'users/fcuny/desktop/gtk.nix')
| -rw-r--r-- | users/fcuny/desktop/gtk.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
