From 51831ae23a255cc172310c0a573a0907ecca73e9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 8 Jan 2025 11:38:12 +0300 Subject: [PATCH] nix: fix documentation link --- nix/module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/module.nix b/nix/module.nix index f4c17f4..2ca6002 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -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"];