diff options
Diffstat (limited to '')
-rw-r--r-- | home/desktops/hyprland/plugins.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/desktops/hyprland/plugins.nix b/home/desktops/hyprland/plugins.nix index 0440e12..6d43693 100644 --- a/home/desktops/hyprland/plugins.nix +++ b/home/desktops/hyprland/plugins.nix @@ -6,7 +6,7 @@ }: { wayland.windowManager.hyprland = { plugins = [ - inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo + #inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo inputs.hy3.packages.${pkgs.system}.hy3 ]; |