From 8816b771330bd83385233037d18d310517683bd1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 11 Jul 2024 16:51:41 +0200 Subject: [PATCH] fix: fix `hyprlock` image path --- modules/home/hyprland/hyprlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/hyprlock.nix b/modules/home/hyprland/hyprlock.nix index 2b0dbf2..a367399 100644 --- a/modules/home/hyprland/hyprlock.nix +++ b/modules/home/hyprland/hyprlock.nix @@ -19,7 +19,7 @@ # BACKGROUND background { monitor = - path = ~/.config/background + path = ~/nixos-config/modules/home/hyprland/lockscreen.png blur_passes = 0 color = $base }