🔧 (home/wayland) make swaylock use flake wallpaper

This commit is contained in:
Laureηt 2024-03-31 16:20:17 +02:00
parent db9d569a1f
commit fb3b2b4299
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -1,10 +1,14 @@
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
programs.swaylock = {
enable = true;
package = pkgs.swaylock-effects;
settings = {
image = "/home/laurent/Pictures/wallpapers/kai-oberhauser-unsplash.jpg";
image = "${inputs.wallpaper}";
clock = true;
timestr = "%T";