diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 5316a1f..028c3c6 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -21,5 +21,8 @@ }; # enableNvidiaPatches = false; systemd.enable = true; + plugins = [ + inputs.Hyprspace.packages.${pkgs.system}.Hyprspace + ]; }; }