From 4d92458db3c2136629d19abc6dfda31fe2c45222 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 19 May 2023 08:04:05 +0000 Subject: [PATCH] sxmo: include xdotool package --- hosts/modules/gui/sxmo.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/modules/gui/sxmo.nix b/hosts/modules/gui/sxmo.nix index f8a181d4..930a04d0 100644 --- a/hosts/modules/gui/sxmo.nix +++ b/hosts/modules/gui/sxmo.nix @@ -176,9 +176,13 @@ in wob xdg-user-dirs + # X11 only? + xdotool + cfg.deviceHooks cfg.hooks ] ++ lib.optionals (cfg.terminal != null) [ pkgs."${cfg.terminal}" ]; + environment.sessionVariables = { XDG_DATA_DIRS = [ # TODO: only need the share/sxmo directly linked