diff --git a/home/modules/hyprland/wlogout.nix b/home/modules/hyprland/wlogout.nix index 95e4b11..1052238 100644 --- a/home/modules/hyprland/wlogout.nix +++ b/home/modules/hyprland/wlogout.nix @@ -29,7 +29,7 @@ in } window { - background: url("../../.cache/blurred_wallpaper.png"); + background: url("${config.home.homeDirectory}/.cache/wallpaper/blurred.png"); background-size: cover; }