From f05b1d5b91277a06eca96dfb69fe276c374fa883 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 1 Mar 2025 21:53:55 +0100 Subject: [PATCH] feat: adds hyswipe back (seems stable enough now????) --- modules/home/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 7900ed4..390ff2a 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -24,7 +24,7 @@ systemd.enable = true; plugins = [ # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace - # inputs.Hyswipe.packages.${pkgs.system}.Hyswipe + inputs.Hyswipe.packages.${pkgs.system}.Hyswipe ]; }; }