From 3ceea3d5ee16e5d1d6e36b13077bca0a97311255 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:32:56 +0200 Subject: [PATCH] Tried to get some hyprland plugins to work --- modules/home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 7a0fcb6..25f8ac9 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -12,8 +12,8 @@ in { #hint Electron apps to use on wayland; home.sessionVariables.NIXOS_OZONE_WL = "1"; wayland.windowManager.hyprland.plugins = [ - pkgs.hyprlandPlugins.hyprspace # currently broken - pkgs.hyprlandPlugins.hypr-dynamic-cursors # currently broken + #pkgs-unstable.hyprlandPlugins.hyprspace # currently broken + #pkgs-unstable.hyprlandPlugins.hypr-dynamic-cursors # currently broken ]; wayland.windowManager.hyprland.settings = { "$mod" = "SUPER";