Skip to content

Commit

Permalink
pantheon.wingpanel: add elementary-gtk-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Apr 23, 2020
1 parent 6cecb19 commit 834a49e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/desktops/pantheon/desktop/wingpanel/default.nix
Expand Up @@ -65,6 +65,13 @@ stdenv.mkDerivation rec {
patchShebangs meson/post_install.py
'';

preFixup = ''
gappsWrapperArgs+=(
# this theme is required
--prefix XDG_DATA_DIRS : "${elementary-gtk-theme}/share"
)
'';

meta = with stdenv.lib; {
description = "The extensible top panel for Pantheon";
longDescription = ''
Expand Down

0 comments on commit 834a49e

Please sign in to comment.