fix(hypr): use hyprexpo because Hyprspace crashes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-05-10 14:41:53 -04:00
parent 5c7aca6b4a
commit 064b6b07f9

View file

@ -61,8 +61,8 @@ in {
# HOME-MANAGER CONFIG # HOME-MANAGER CONFIG
home-manager.users.${mainUser} = { home-manager.users.${mainUser} = {
imports = [ imports = [
# ./hyprexpo.nix ./hyprexpo.nix
./Hyprspace.nix # ./Hyprspace.nix
./inputs.nix ./inputs.nix
./style.nix ./style.nix
]; ];