add notification icon pills to lock screen
This commit is contained in:
parent
a35f451fc0
commit
a17a365b81
4 changed files with 76 additions and 0 deletions
|
|
@ -106,6 +106,11 @@ in
|
|||
default = true;
|
||||
description = "Show blurred desktop screenshot as lock screen background.";
|
||||
};
|
||||
notifications = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Show notification app icons on the lock screen.";
|
||||
};
|
||||
mpris = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue