herbstluftwm: fix unable to be started (#271198)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
b02fcf02cc
commit
814ed4b9e5
@ -33,7 +33,10 @@ in
|
||||
(cfg.configFile != null)
|
||||
''-c "${cfg.configFile}"''
|
||||
;
|
||||
in "${cfg.package}/bin/herbstluftwm ${configFileClause} &";
|
||||
in ''
|
||||
${cfg.package}/bin/herbstluftwm ${configFileClause} &
|
||||
waitPID=$!
|
||||
'';
|
||||
};
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user