summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-02-07 00:25:50 +0100
committerDomen Kožar <domen@dev.si>2014-02-07 00:30:21 +0100
commit15fb296b43609cfe936b77b30f945d66f0788bcb (patch)
tree3e0647351cc375dd29c81d2997994a79776a9ac8 /nixos
parent23c2993ef6916bf61e883e7e99acbaf2d507a0dc (diff)
downloadnixlib-15fb296b43609cfe936b77b30f945d66f0788bcb.tar
nixlib-15fb296b43609cfe936b77b30f945d66f0788bcb.tar.gz
nixlib-15fb296b43609cfe936b77b30f945d66f0788bcb.tar.bz2
nixlib-15fb296b43609cfe936b77b30f945d66f0788bcb.tar.lz
nixlib-15fb296b43609cfe936b77b30f945d66f0788bcb.tar.xz
nixlib-15fb296b43609cfe936b77b30f945d66f0788bcb.tar.zst
nixlib-15fb296b43609cfe936b77b30f945d66f0788bcb.zip
xfce: partially add gtk3 support
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/xfce.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/xfce.nix b/nixos/modules/services/x11/desktop-managers/xfce.nix
index 5e5fab3ed2bb..3c67571ffd5b 100644
--- a/nixos/modules/services/x11/desktop-managers/xfce.nix
+++ b/nixos/modules/services/x11/desktop-managers/xfce.nix
@@ -29,7 +29,7 @@ in
         start =
           ''
             # Set GTK_PATH so that GTK+ can find the theme engines.
-            export GTK_PATH=${config.system.path}/lib/gtk-2.0
+            export GTK_PATH="${config.system.path}/lib/gtk-2.0:${config.system.path}/lib/gtk-3.0"
 
             # Set GTK_DATA_PREFIX so that GTK+ can find the Xfce themes.
             export GTK_DATA_PREFIX=${config.system.path}