mirror of
https://github.com/NotAShelf/batmon.git
synced 2025-01-19 00:12:40 +00:00
nix: fix documentation link
This commit is contained in:
parent
957d52b64e
commit
51831ae23a
1 changed files with 2 additions and 2 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue