From 05d1af376e88be2be8ea857cf8ad6b4ed6ca0db4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 20 Dec 2024 20:11:10 +0100 Subject: [PATCH] chore: comment out stuff because it's not working _yet again..._ --- modules/home/hyprland/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 5cbe8bf..7900ed4 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -23,8 +23,8 @@ # enableNvidiaPatches = false; systemd.enable = true; plugins = [ - inputs.Hyprspace.packages.${pkgs.system}.Hyprspace - inputs.Hyswipe.packages.${pkgs.system}.Hyswipe + # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace + # inputs.Hyswipe.packages.${pkgs.system}.Hyswipe ]; }; }