add lock.screenshot option to disable blurred desktop background
This commit is contained in:
parent
74967d798c
commit
5a5bbc5811
4 changed files with 20 additions and 27 deletions
|
|
@ -101,6 +101,11 @@ in
|
|||
simpleModules
|
||||
// {
|
||||
lock = moduleOpt "lock" {
|
||||
screenshot = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Show blurred desktop screenshot as lock screen background.";
|
||||
};
|
||||
mpris = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue