nix: fix documentation link

This commit is contained in:
raf 2025-01-08 11:38:12 +03:00
parent 957d52b64e
commit 51831ae23a
No known key found for this signature in database
GPG key ID: EED98D11B85A2819

View file

@ -32,7 +32,7 @@ in {
];
};
description = "Settings for BatmoSettings for Batmonn";
description = "Settings for Batmon";
};
};
@ -40,7 +40,7 @@ in {
environment.systemPackages = [cfg.package];
systemd.user.services.batmon = {
description = "Simple, reactive power management service";
documentation = "https://github.com/NotAShelf/batmon";
documentation = ["https://github.com/NotAShelf/batmon"];
wants = ["power-profiles-daemon.service"];
requires = ["power-profiles-daemon.service"];
wantedBy = ["multi-user.target"];