mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Merge pull request #20340 from romildo/fix.lxqt
lxqt: it is capable of setting a background
This commit is contained in:
commit
7edd5ab54f
@ -25,6 +25,7 @@ in
|
||||
|
||||
services.xserver.desktopManager.session = singleton {
|
||||
name = "lxqt";
|
||||
bgSupport = true;
|
||||
start = ''
|
||||
exec ${pkgs.lxqt.lxqt-common}/bin/startlxqt
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user