mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #281162 from kennycallado/master
nixos/icewm: Update icewm start command
This commit is contained in:
commit
f74d88a6f1
@ -17,7 +17,7 @@ in
|
||||
{ name = "icewm";
|
||||
start =
|
||||
''
|
||||
${pkgs.icewm}/bin/icewm &
|
||||
${pkgs.icewm}/bin/icewm-session &
|
||||
waitPID=$!
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user