lock screen: ext-session-lock-v1 with PAM auth and logind integration

This commit is contained in:
Damocles 2026-04-17 12:38:31 +02:00
parent 1f3cb60934
commit 4f59bc4ce4
10 changed files with 522 additions and 3 deletions

View file

@ -96,6 +96,7 @@ in
"power"
"backgroundOverlay"
"overviewBackdrop"
"lock"
] (name: moduleOpt name { });
in
simpleModules

View file

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation {
runHook preInstall
mkdir -p $out/share/nova-shell
cp -r shell.qml modules $out/share/nova-shell/
cp -r shell.qml modules assets $out/share/nova-shell/
# Compile fragment shader to Qt RHI format
qsb --qt6 \