From 5b4245a9109f31c9b130fe99468bf9c3946ec077 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Fri, 14 Feb 2025 07:49:31 +0000 Subject: [PATCH] Add xdotool --- nix/hosts/t490/services/dwm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/hosts/t490/services/dwm.nix b/nix/hosts/t490/services/dwm.nix index eda653a9..5be2d634 100644 --- a/nix/hosts/t490/services/dwm.nix +++ b/nix/hosts/t490/services/dwm.nix @@ -36,6 +36,7 @@ with lib; dmenu-bluetooth networkmanager_dmenu st + xdotool ]; }; }