Merge pull request #26277 from avnik/fix/qtile

qtile: Fix using qtile together with desktop
This commit is contained in:
Joachim F 2017-06-05 19:05:58 +01:00 committed by GitHub
commit 602a492bb7

View File

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