From bae293b7030f3905aa017b57096cf889896274c0 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 23 Mar 2024 22:53:21 -0400 Subject: [PATCH] Set swaylock background --- home/common/wm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/common/wm.nix b/home/common/wm.nix index a63f5bd..f5e8561 100644 --- a/home/common/wm.nix +++ b/home/common/wm.nix @@ -46,6 +46,10 @@ in swaylock = { enable = true; package = pkgs.swaylock-effects; + settings = { + image = "${pkgs.nixfiles-assets}/share/wallpapers/nixfiles-static/Djayjesse-finding_life.png"; + scaling = "fill"; + }; }; };