diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 870dc63..5130118 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -61,8 +61,8 @@ in { # HOME-MANAGER CONFIG home-manager.users.${mainUser} = { imports = [ - # ./hyprexpo.nix - ./Hyprspace.nix + ./hyprexpo.nix + # ./Hyprspace.nix ./inputs.nix ./style.nix ];