Revert "update kanshi-hyperland.service to work"

This reverts commit 5a16f58cbf.
This commit is contained in:
willifan 2024-05-15 18:25:59 +02:00
parent 5a16f58cbf
commit 154efe692b
3 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,7 @@
slurp
wl-clipboard
playerctl
jq
pulseaudio
inotify-tools

View file

@ -14,5 +14,5 @@
./wofi.nix
];
}

View file

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