lock screen: add lock.threatEffect toggle for fail visuals

This commit is contained in:
Damocles 2026-04-22 22:47:17 +02:00
parent c1588ceb5e
commit be7142ba59
3 changed files with 10 additions and 3 deletions

View file

@ -126,6 +126,11 @@ in
default = true;
description = "Show weather summary on the lock screen.";
};
threatEffect = lib.mkOption {
type = lib.types.bool;
default = true;
description = "Show red vignette and chromatic aberration on failed password attempts.";
};
};
notifications = moduleOpt "notifications" {
timeout = lib.mkOption {