lock screen: add lock.threatEffect toggle for fail visuals
This commit is contained in:
parent
c1588ceb5e
commit
be7142ba59
3 changed files with 10 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue