nixos/qtile: update start command

This commit is contained in:
Jonathan Ringer
2021-08-20 11:03:32 -07:00
committed by Jonathan Ringer
parent 3cfa38874a
commit 4867ebd8c5

View File

@@ -15,7 +15,7 @@ in
services.xserver.windowManager.session = [{ services.xserver.windowManager.session = [{
name = "qtile"; name = "qtile";
start = '' start = ''
${pkgs.qtile}/bin/qtile & ${pkgs.qtile}/bin/qtile start &
waitPID=$! waitPID=$!
''; '';
}]; }];