From 8eaf865994c369fcef7ec3b1e44416322fb5204b Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 19 Apr 2024 20:43:17 -0400 Subject: [PATCH] fix(hypr): point to correct path of lockscreen --- modules/hyprland/security.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/security.nix b/modules/hyprland/security.nix index 5925781..63e8412 100644 --- a/modules/hyprland/security.nix +++ b/modules/hyprland/security.nix @@ -25,7 +25,7 @@ in { ]; text = '' ags -r 'Tablet.setLaptopMode()' - ags -b lockscreen -c ~/.config/ags/lockscreen.js + ags -b lockscreen -c /home/${mainUser}/.config/ags/lockscreen.js ''; }; in {