Merge pull request #281162 from kennycallado/master
nixos/icewm: Update icewm start command
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
|||||||
{ name = "icewm";
|
{ name = "icewm";
|
||||||
start =
|
start =
|
||||||
''
|
''
|
||||||
${pkgs.icewm}/bin/icewm &
|
${pkgs.icewm}/bin/icewm-session &
|
||||||
waitPID=$!
|
waitPID=$!
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user