about summary refs log tree commit diff
path: root/nixos/modules/programs/wayland/labwc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/wayland/labwc.nix')
-rw-r--r--nixos/modules/programs/wayland/labwc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/wayland/labwc.nix b/nixos/modules/programs/wayland/labwc.nix
index d0806c3aa5d0e..7f5f54f031eab 100644
--- a/nixos/modules/programs/wayland/labwc.nix
+++ b/nixos/modules/programs/wayland/labwc.nix
@@ -18,7 +18,7 @@ in
       xdg.portal.config.wlroots.default = lib.mkDefault [ "wlr" "gtk" ];
 
       # To make a labwc session available for certain DMs like SDDM
-      services.xserver.displayManager.sessionPackages = [ cfg.package ];
+      services.displayManager.sessionPackages = [ cfg.package ];
     }
     (import ./wayland-session.nix { inherit lib pkgs; })
   ]);