I’m writing a systemd service and to point to the bin of the daemon to run but it was installed via a flake so ${pkgs.lan-mouse} won’t to it (it pulls the one from nixpkgs).
How to I do the equivalent for the flake version of lan-mouse? (and the home-manager module systemd = true; option doesn’t work because I’m not using sway nor hyprland)