update kanshi-hyperland.service to work

This commit is contained in:
willifan 2024-05-15 18:17:37 +02:00
parent 5829ba3f13
commit 5a16f58cbf

View file

@ -148,6 +148,7 @@
wantedBy = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ]; wants = [ "graphical-session.target" ];
after = [ "graphical-session.target" ]; after = [ "graphical-session.target" ];
path = [ "/run/current-system/sw/bin" ];
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "${pkgs.kanshi}/bin/kanshi"; ExecStart = "${pkgs.kanshi}/bin/kanshi";