summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/lxqt.nix
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2016-11-11 08:04:59 -0200
committerromildo <malaquias@gmail.com>2016-11-11 08:04:59 -0200
commit53c3cf3fb9038fe564d6544b73a5719e009d46b1 (patch)
treef156cd7dd1eaa541037beda430817ef3d8303266 /nixos/modules/services/x11/desktop-managers/lxqt.nix
parentca9ab3bfe1acb8177e1084008c4d92c0f9494e3d (diff)
downloadnixpkgs-53c3cf3fb9038fe564d6544b73a5719e009d46b1.tar
nixpkgs-53c3cf3fb9038fe564d6544b73a5719e009d46b1.tar.gz
nixpkgs-53c3cf3fb9038fe564d6544b73a5719e009d46b1.tar.bz2
nixpkgs-53c3cf3fb9038fe564d6544b73a5719e009d46b1.tar.lz
nixpkgs-53c3cf3fb9038fe564d6544b73a5719e009d46b1.tar.xz
nixpkgs-53c3cf3fb9038fe564d6544b73a5719e009d46b1.tar.zst
nixpkgs-53c3cf3fb9038fe564d6544b73a5719e009d46b1.zip
lxqt: it is capable of setting a background
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/lxqt.nix')
-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 d13b7352c95..c385e74dbb2 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
       '';