We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package
1 parent 5eaa007 commit 43e2056Copy full SHA for 43e2056
modules/services/cbatticon.nix
@@ -42,7 +42,13 @@ in
42
services.cbatticon = {
43
enable = lib.mkEnableOption "cbatticon";
44
45
- package = lib.mkPackageOption pkgs "cbatticon" { };
+ package = lib.mkPackageOption pkgs "cbatticon" {
46
+ example = "pkgs.batticonplus";
47
+ extraDescription = ''
48
+ Use {var}`pkgs.batticonplus`
49
+ for wayland support.
50
+ '';
51
+ };
52
53
commandCriticalLevel = mkOption {
54
type = types.nullOr types.lines;
0 commit comments