C6: progress bar from hints.value, maxHistory default -1 (unlimited)
This commit is contained in:
parent
3a9cd59243
commit
20cb306ad6
5 changed files with 50 additions and 8 deletions
|
|
@ -110,8 +110,8 @@ in
|
|||
};
|
||||
maxHistory = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
default = 50;
|
||||
description = "Maximum notifications kept in history.";
|
||||
default = -1;
|
||||
description = "Maximum notifications kept in history (-1 for unlimited).";
|
||||
};
|
||||
};
|
||||
bluetooth = moduleOpt "bluetooth" (intervalOpt 5000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue