From ded474bf59000ca4e2f4d30caeeceb0f7885fcec Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 24 Oct 2025 10:49:35 +0200 Subject: cleaned up modules --- modules/client/labwc/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/client/labwc') diff --git a/modules/client/labwc/default.nix b/modules/client/labwc/default.nix index 4344391..6512e7d 100644 --- a/modules/client/labwc/default.nix +++ b/modules/client/labwc/default.nix @@ -1,6 +1,12 @@ { config, pkgs, ... }: # Set up a complete labwc instance system-side { + imports = [ + ../thunar + ../waybar + ../xserver + ]; + # Enable labwc programs.labwc.enable = true; -- cgit v1.2.3