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:
Christian Kögler 2019-03-11 20:18:08 +01:00
parent 5d3fd3674a
commit 9f7f16cd7b

View file

@ -25,7 +25,7 @@ in
{ name = "dwm";
start =
''
${pkgs.dwm}/bin/dwm &
dwm &
waitPID=$!
'';
};