We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eecc33 + 73cb336 commit f74d88aCopy full SHA for f74d88a
1 file changed
nixos/modules/services/x11/window-managers/icewm.nix
@@ -17,7 +17,7 @@ in
17
{ name = "icewm";
18
start =
19
''
20
- ${pkgs.icewm}/bin/icewm &
+ ${pkgs.icewm}/bin/icewm-session &
21
waitPID=$!
22
'';
23
};
0 commit comments