Skip to content

Commit

Permalink
fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Sep 14, 2024
1 parent 041a18b commit 6bd2afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ in {

Service = {
ExecStart = "${cfg.package}/bin/hyprlux";
ExecReload = "${cfg.coreutils}/bin/kill -SIGUSR2 $MAINPID";
ExecReload = "${pkgs.coreutils}/bin/kill -SIGUSR2 $MAINPID";
Restart = "on-failure";
KillMode = "mixed";
};
Expand Down

0 comments on commit 6bd2afb

Please sign in to comment.