From 43e205606aeb253bfcee15fd8a4a01d8ce8384ca Mon Sep 17 00:00:00 2001 From: Yechiel Worenklein <41305372+yechielw@users.noreply.github.com> Date: Sun, 2 Nov 2025 12:21:11 +0200 Subject: [PATCH] cbatticon: add `package` example After batticonplus was merged into nixpkgs --- modules/services/cbatticon.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/services/cbatticon.nix b/modules/services/cbatticon.nix index c441f179..70daa9fc 100644 --- a/modules/services/cbatticon.nix +++ b/modules/services/cbatticon.nix @@ -42,7 +42,13 @@ in services.cbatticon = { enable = lib.mkEnableOption "cbatticon"; - package = lib.mkPackageOption pkgs "cbatticon" { }; + package = lib.mkPackageOption pkgs "cbatticon" { + example = "pkgs.batticonplus"; + extraDescription = '' + Use {var}`pkgs.batticonplus` + for wayland support. + ''; + }; commandCriticalLevel = mkOption { type = types.nullOr types.lines;