mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
cbatticon: add package example
After batticonplus was merged into nixpkgs
This commit is contained in:
committed by
Austin Horstman
parent
5eaa0072ff
commit
43e205606a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user