From 3bc04cd74ba7c008f7c9636dbad772f11e6c74ae Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 11 Oct 2024 20:27:17 +0200 Subject: [PATCH] feat: adds hyprspace TODO: configure hyprspace --- modules/home/hyprland/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) 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 + ]; }; }