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";