diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index c8e98f1..e7206ca 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -3,5 +3,6 @@ imports = [ (import ./hyprland.nix) ] ++ [ (import ./config.nix) ] ++ [ (import ./variables.nix) ] + ++ [ (import ./hyprlock.nix) ] ++ [ inputs.hyprland.homeManagerModules.default ]; }