add lock.screenshot option to disable blurred desktop background

This commit is contained in:
Damocles 2026-04-17 22:46:32 +02:00
parent 74967d798c
commit 5a5bbc5811
4 changed files with 20 additions and 27 deletions

View file

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