lock screen: ext-session-lock-v1 with PAM auth and logind integration
This commit is contained in:
parent
1f3cb60934
commit
4f59bc4ce4
10 changed files with 522 additions and 3 deletions
|
|
@ -96,6 +96,7 @@ in
|
|||
"power"
|
||||
"backgroundOverlay"
|
||||
"overviewBackdrop"
|
||||
"lock"
|
||||
] (name: moduleOpt name { });
|
||||
in
|
||||
simpleModules
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue