nixos/qtile: update start command
This commit is contained in:
committed by
Jonathan Ringer
parent
3cfa38874a
commit
4867ebd8c5
@@ -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=$!
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
|||||||
Reference in New Issue
Block a user