Merge pull request #26277 from avnik/fix/qtile
qtile: Fix using qtile together with desktop
This commit is contained in:
commit
602a492bb7
@ -15,7 +15,7 @@ in
|
||||
services.xserver.windowManager.session = [{
|
||||
name = "qtile";
|
||||
start = ''
|
||||
${pkgs.qtile}/bin/qtile
|
||||
${pkgs.qtile}/bin/qtile &
|
||||
waitPID=$!
|
||||
'';
|
||||
}];
|
||||
|
Loading…
Reference in New Issue
Block a user