mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
cbatticon: add package example
After batticonplus was merged into nixpkgs
This commit is contained in:
parent
5eaa0072ff
commit
43e205606a
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue