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 ]; }