summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2016-11-11 17:19:31 +0100
committerGitHub <noreply@github.com>2016-11-11 17:19:31 +0100
commit7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1 (patch)
treea96d21957d2f8a7811f0b8da1122acc860017d0c /nixos/modules/services
parentcf57b79fb1b4d1c261a1b27eaed75aefe99bd498 (diff)
parent53c3cf3fb9038fe564d6544b73a5719e009d46b1 (diff)
downloadnixlib-7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1.tar
nixlib-7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1.tar.gz
nixlib-7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1.tar.bz2
nixlib-7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1.tar.lz
nixlib-7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1.tar.xz
nixlib-7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1.tar.zst
nixlib-7edd5ab54f08d73d4e1b632f5ac88ba2b500b7e1.zip
Merge pull request #20340 from romildo/fix.lxqt
lxqt: it is capable of setting a background
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/x11/desktop-managers/lxqt.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/lxqt.nix b/nixos/modules/services/x11/desktop-managers/lxqt.nix
index d13b7352c95e..c385e74dbb2f 100644
--- a/nixos/modules/services/x11/desktop-managers/lxqt.nix
+++ b/nixos/modules/services/x11/desktop-managers/lxqt.nix
@@ -25,6 +25,7 @@ in
 
     services.xserver.desktopManager.session = singleton {
       name = "lxqt";
+      bgSupport = true;
       start = ''
         exec ${pkgs.lxqt.lxqt-common}/bin/startlxqt
       '';