Merge pull request #281162 from kennycallado/master

nixos/icewm: Update icewm start command
This commit is contained in:
Michele Guerini Rocco
2024-02-14 18:17:27 +01:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ in
{ name = "icewm"; { name = "icewm";
start = start =
'' ''
${pkgs.icewm}/bin/icewm & ${pkgs.icewm}/bin/icewm-session &
waitPID=$! waitPID=$!
''; '';
}; };