herbstluftwm: fix unable to be started (#271198)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
B4rc1
2024-07-01 11:11:46 +02:00
committed by GitHub
co-authored by Sandro
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 ];
};