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
commit f74d88a6f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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