l 2 xserver: add systemPackages PATH
This commit is contained in:
parent
179ce6c3f9
commit
81fa056af7
@ -93,11 +93,9 @@ let
|
|||||||
xmonad-start = pkgs.writeScriptBin "xmonad" ''
|
xmonad-start = pkgs.writeScriptBin "xmonad" ''
|
||||||
#! ${pkgs.bash}/bin/bash
|
#! ${pkgs.bash}/bin/bash
|
||||||
set -efu
|
set -efu
|
||||||
export PATH; PATH=${makeSearchPath "bin" [
|
export PATH; PATH=${makeSearchPath "bin" ([
|
||||||
pkgs.alsaUtils
|
|
||||||
pkgs.pulseaudioLight
|
|
||||||
pkgs.rxvt_unicode
|
pkgs.rxvt_unicode
|
||||||
]}:/var/setuid-wrappers
|
] ++ config.environment.systemPackages)}:/var/setuid-wrappers
|
||||||
settle() {(
|
settle() {(
|
||||||
# Use PATH for a clean journal
|
# Use PATH for a clean journal
|
||||||
command=''${1##*/}
|
command=''${1##*/}
|
||||||
|
Loading…
Reference in New Issue
Block a user