File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 317317 gtk-theme-name=${ cfg . gtk . theme }
318318 gtk-icon-theme-name=${ cfg . gtk . iconTheme }
319319 gtk-font-name=${ cfg . gtk . fontName } ${ cfg . gtk . fontSize }
320- gtk-button-images=1
321- gtk-menu-images=1
322320 gtk-enable-event-sounds=1
323321 gtk-enable-input-feedback-sounds=1
324322 gtk-xft-antialias=1
622620 Type = "simple" ;
623621 EnvironmentFile = "-/etc/locale.conf" ;
624622 ExecCondition = "${ display-connected } /bin/display-connected" ;
625- ExecStart = "${ pkgs . nwg-drawer } /bin/nwg-drawer -r -nofs -nocats -s ${ drawerStyle } " ;
623+ ExecStart = ''
624+ ${ lib . getExe pkgs . bash } -c "PATH=/run/current-system/sw/bin:$PATH ${ lib . getExe pkgs . nwg-drawer } -r -nofs -nocats -s ${ drawerStyle } "
625+ '' ;
626626 Restart = "always" ;
627627 RestartSec = "1" ;
628628 } ;
You can’t perform that action at this time.
0 commit comments