From 22b6bb227b3718a0a7d744ec9548866a3cb1c54d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 1 May 2025 10:26:29 +0200 Subject: [PATCH] chore: put hyprland plugins away since they won't work anyways --- 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 390ff2a..5c98987 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ...}: +{ inputs, pkgs, ... }: { home.packages = with pkgs; [ # swww @@ -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 ]; }; }