nixos/hamster: fix programs.hamster.enable text
mkEnableOption already adds "Whether to enable" and ends with a ".", so remove that duplication from the help text. Also reword it slightly while at it. (cherry picked from commit 5d3dca497ba7d20c662e8144c0bedb69433a9e4a)
This commit is contained in:
parent
806c01c9f9
commit
688f6ec8d7
@ -6,7 +6,7 @@ with lib;
|
||||
meta.maintainers = pkgs.hamster.meta.maintainers;
|
||||
|
||||
options.programs.hamster.enable =
|
||||
mkEnableOption "Whether to enable hamster time tracking.";
|
||||
mkEnableOption "hamster, a time tracking program";
|
||||
|
||||
config = lib.mkIf config.programs.hamster.enable {
|
||||
environment.systemPackages = [ pkgs.hamster ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user