From 064b6b07f9df200fd52db429f7f4f7d04453e4c1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 10 May 2024 14:41:53 -0400 Subject: [PATCH] fix(hypr): use hyprexpo because Hyprspace crashes --- modules/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];