Merge pull request #281162 from kennycallado/master
nixos/icewm: Update icewm start command
This commit is contained in:
commit
f74d88a6f1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
{ name = "icewm";
|
||||
start =
|
||||
''
|
||||
${pkgs.icewm}/bin/icewm &
|
||||
${pkgs.icewm}/bin/icewm-session &
|
||||
waitPID=$!
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue