Merge pull request #57434 from ck3d/user-dwm
nixos dwm: start user installed dwm if available
This commit is contained in:
commit
d71472beaf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
|||
{ name = "dwm";
|
||||
start =
|
||||
''
|
||||
${pkgs.dwm}/bin/dwm &
|
||||
dwm &
|
||||
waitPID=$!
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue