Skip to content

Commit

Permalink
Merge pull request #623 from ratson/fix-home-manager-service
Browse files Browse the repository at this point in the history
fix(nix): run ags correctly in systemd service
  • Loading branch information
Aylur authored Nov 15, 2024
2 parents d8c2748 + b54b23e commit b79fffa
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 @@ -125,7 +125,7 @@ in {
};

Service = {
ExecStart = "${cfg.finalPackage}/bin/ags";
ExecStart = "${cfg.finalPackage}/bin/ags run";
Restart = "on-failure";
KillMode = "mixed";
};
Expand Down

0 comments on commit b79fffa

Please sign in to comment.