From d8c493bd0da81ecb793e7fb306f467fa452eaecb Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 10 Jul 2024 11:57:36 +0200 Subject: [PATCH] pinwheel: Add `pkill` to PATH of `hyprland` monitor management --- hosts/pinwheel/modules/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index af6f72f..9387782 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -174,6 +174,7 @@ in after = [ "graphical-session.target" ]; path = [ + pkgs.procps # to include `pkill` pkgs.hyprland pkgs.socat pkgs.jq