add notification icon pills to lock screen

This commit is contained in:
Damocles 2026-04-18 00:21:40 +02:00
parent a35f451fc0
commit a17a365b81
4 changed files with 76 additions and 0 deletions

View file

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