From 2150e9fe1cbd68e2068a3fe8e6dff465e3c23b69 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 10 Jul 2024 21:49:01 +0200 Subject: [PATCH] fix: background 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 a55424f..e582223 100644 --- a/modules/home/hyprland/hyprlock.nix +++ b/modules/home/hyprland/hyprlock.nix @@ -8,7 +8,7 @@ }; background = [{ - path = ~/nixos-config/modules/home/hyprland/lockscreen.png; + path = /home/liv/nixos-config/modules/home/hyprland/lockscreen.png; blur_passes = 0; color = "rgb(1e1e2e)"; # base }];