From a90bdf3a241a8f674f46dd3092759fd5a84a888f 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 07:53:32 +0000 Subject: [PATCH] Update file default.nix --- modules/hm/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hm/default.nix b/modules/hm/default.nix index 3cfd26a..1169ca4 100644 --- a/modules/hm/default.nix +++ b/modules/hm/default.nix @@ -20,6 +20,11 @@ in # pkgs.userPkgs.vscode - your personal nixpkgs version ]; + wayland.windowManager.hyprland.plugins = [ + inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars + "/absolute/path/to/plugin.so" + ]; + # hydenix home-manager options go here hydenix = {