C6: progress bar from hints.value, maxHistory default -1 (unlimited)

This commit is contained in:
Damocles 2026-04-13 17:01:04 +02:00
parent 3a9cd59243
commit 20cb306ad6
5 changed files with 50 additions and 8 deletions

View file

@ -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);