lxqt: it is capable of setting a background

This commit is contained in:
romildo 2016-11-11 08:04:59 -02:00
parent ca9ab3bfe1
commit 53c3cf3fb9

View File

@ -25,6 +25,7 @@ in
services.xserver.desktopManager.session = singleton {
name = "lxqt";
bgSupport = true;
start = ''
exec ${pkgs.lxqt.lxqt-common}/bin/startlxqt
'';