From 0c9a6c64a6c2f115232035a0dc37f890e061d3ea Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 Jun 2026 14:18:02 -0500 Subject: [PATCH] try again --- systems/galandor/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/galandor/configuration.nix b/systems/galandor/configuration.nix index b653019..99a68b9 100644 --- a/systems/galandor/configuration.nix +++ b/systems/galandor/configuration.nix @@ -168,6 +168,7 @@ wantedBy = [ "cosmic-session.target" ]; bindsTo = [ "cosmic-session.target" ]; description = "Hot corners for cosmic"; + path = [ pkgs.cosmic-workspaces-epoch ]; serviceConfig = { # ExecCondition = "${pkgs.procps}/bin/pgrep -xf ${pkgs.cosmic-workspaces-epoch}/bin/cosmic-workspaces"; ExecStart = "${pkgs.waycorner}/bin/waycorner --config /home/home/.config/waycorner/config.toml";