Skip to content

Commit 43e2056

Browse files
yechielwkhaneliman
authored andcommitted
cbatticon: add package example
After batticonplus was merged into nixpkgs
1 parent 5eaa007 commit 43e2056

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/services/cbatticon.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ in
4242
services.cbatticon = {
4343
enable = lib.mkEnableOption "cbatticon";
4444

45-
package = lib.mkPackageOption pkgs "cbatticon" { };
45+
package = lib.mkPackageOption pkgs "cbatticon" {
46+
example = "pkgs.batticonplus";
47+
extraDescription = ''
48+
Use {var}`pkgs.batticonplus`
49+
for wayland support.
50+
'';
51+
};
4652

4753
commandCriticalLevel = mkOption {
4854
type = types.nullOr types.lines;

0 commit comments

Comments
 (0)