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:
parent
23c2993ef6
commit
15fb296b43
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue