Merge pull request #57434 from ck3d/user-dwm

nixos dwm: start user installed dwm if available
This commit is contained in:
markuskowa 2019-03-23 23:49:34 +01:00 committed by GitHub
commit d71472beaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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