From 94e6f70108d93ed41185b8f13e048b8ac75cb31e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 Jun 2026 14:01:36 -0500 Subject: [PATCH] [galandor] the grrrrrr --- systems/galandor/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/galandor/configuration.nix b/systems/galandor/configuration.nix index 385cd40..f510588 100644 --- a/systems/galandor/configuration.nix +++ b/systems/galandor/configuration.nix @@ -169,7 +169,7 @@ bindsTo = [ "cosmic-session.target" ]; description = "Hot corners for cosmic"; serviceConfig = { - ExecCondition = "pgrep -xf cosmic-workspaces"; + ExecCondition = "${pkgs.procps}/bin/pgrep -xf cosmic-workspaces"; ExecStart = "waycorner"; Restart = "on-failure"; RestartSec = 2;