chore: uncomment hyprspace since it caused build issues

This commit is contained in:
Ahwx 2024-10-20 13:27:55 +02:00
parent d7f17910b2
commit 7584caade6

View file

@ -22,7 +22,7 @@
# enableNvidiaPatches = false; # enableNvidiaPatches = false;
systemd.enable = true; systemd.enable = true;
plugins = [ plugins = [
inputs.Hyprspace.packages.${pkgs.system}.Hyprspace # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
inputs.Hyswipe.packages.${pkgs.system}.Hyswipe inputs.Hyswipe.packages.${pkgs.system}.Hyswipe
]; ];
}; };