aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/gtk.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 13:47:59 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 13:47:59 -0800
commit8ed3dfc9ebc52a50c3e6d4623204847822944422 (patch)
tree5ecaf4eb3719f6d60e471775cd6de5da7cb78b46 /users/fcuny/desktop/gtk.nix
parentconfigs: move personal configuration with user (diff)
downloadinfra-8ed3dfc9ebc52a50c3e6d4623204847822944422.tar.gz
move configurations and modules around
Sorry, this is a mess, hopefully the last one.
Diffstat (limited to 'users/fcuny/desktop/gtk.nix')
-rw-r--r--users/fcuny/desktop/gtk.nix4
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;
}