Support KDE lock screen

This commit is contained in:
Daniel Thwaites 2023-07-11 11:59:21 +01:00
parent 5e7b312b5f
commit 1726a19ea4
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -138,6 +138,15 @@ in {
--group 'General' \
--key 'Image' \
${lib.escapeShellArg config.stylix.image}
$DRY_RUN_CMD ${pkgs.libsForQt5.kconfig.bin}/bin/kwriteconfig5 \
--file "$HOME/.config/kscreenlockerrc" \
--group 'Greeter' \
--group 'Wallpaper' \
--group 'org.kde.image' \
--group 'General' \
--key 'Image' \
${lib.escapeShellArg config.stylix.image}
'';
};
}