From 426b96be0dd6a8abf99f28dcc4532f4dc0ac33e3 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Nov 2025 12:04:29 +0100 Subject: [PATCH] fix: set correct path for `hyprlock` --- modules/home/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index 5497e22..c83bb21 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -6,6 +6,6 @@ ++ [ (import ./scripts.nix) ] ++ [ (import ./variables.nix) ] ++ [ (import ./../hyprsunset.nix) ] - ++ [ (import ./../hyprlock.nix) ] + ++ [ (import ./../hyprlock/default.nix) ] ++ [ inputs.hyprland.homeManagerModules.default ]; }