about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2024-04-18 14:40:14 -0300
committerJosé Romildo <malaquias@gmail.com>2024-04-19 14:39:01 -0300
commit9b7f278b92ab6c614b64f4b3a4af83d5ac423dfa (patch)
tree252294b96a01c65d9363510be6c52d6e72901fa4 /nixos/modules/services/x11
parent36cc31f89b9f536edab931fb5385f109971c37bd (diff)
nixos/lxqt: use mkDefault to enable the lxqt xdg portal
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/lxqt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/lxqt.nix b/nixos/modules/services/x11/desktop-managers/lxqt.nix
index 3fce3283e71ff..1937bdcbd3e73 100644
--- a/nixos/modules/services/x11/desktop-managers/lxqt.nix
+++ b/nixos/modules/services/x11/desktop-managers/lxqt.nix
@@ -71,7 +71,7 @@ in
 
     services.xserver.libinput.enable = mkDefault true;
 
-    xdg.portal.lxqt.enable = true;
+    xdg.portal.lxqt.enable = mkDefault true;
 
     # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050804
     xdg.portal.config.lxqt.default = mkDefault [ "lxqt" "gtk" ];