From 6a309256d9bb0f40761f9b742af4867ff15a75d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=84=EC=9A=B0=20=EC=A1=B0?= Date: Tue, 18 Nov 2025 10:26:50 +0000 Subject: [PATCH] Update file default.nix --- modules/hm/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hm/default.nix b/modules/hm/default.nix index 8f14e31..80a8e1d 100644 --- a/modules/hm/default.nix +++ b/modules/hm/default.nix @@ -24,7 +24,8 @@ in enable = true; plugins = [ - inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}. + inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprexpo + inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling ]; };