From e443140ef96edf6b33d128c1f46b59a3508cafa6 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 Jun 2026 14:03:36 -0500 Subject: [PATCH] [SO MAD] --- 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 3b2240d..bcfa7ed 100644 --- a/systems/galandor/configuration.nix +++ b/systems/galandor/configuration.nix @@ -170,7 +170,7 @@ description = "Hot corners for cosmic"; serviceConfig = { ExecCondition = "${pkgs.procps}/bin/pgrep -xf cosmic-workspaces"; - ExecStart = "${pkgs.waycorner}/bin/waycorner"; + ExecStart = "${pkgs.waycorner}/bin/waycorner --config /home/home/.config/waycorner/config.toml"; Restart = "on-failure"; RestartSec = 2; };