0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

xfce: partially add gtk3 support

This commit is contained in:
Domen Kožar 2014-02-07 00:25:50 +01:00
parent 23c2993ef6
commit 15fb296b43
2 changed files with 3 additions and 3 deletions

View file

@ -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}