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 = {