nixos dwm: start user installed dwm if available
dwm has no configuration file. The user has to install his own version.
This commit is contained in:
parent
5d3fd3674a
commit
9f7f16cd7b
@ -25,7 +25,7 @@ in
|
|||||||
{ name = "dwm";
|
{ name = "dwm";
|
||||||
start =
|
start =
|
||||||
''
|
''
|
||||||
${pkgs.dwm}/bin/dwm &
|
dwm &
|
||||||
waitPID=$!
|
waitPID=$!
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user