diff options
Diffstat (limited to '')
| -rw-r--r-- | home/desktops/hyprland/plugins.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/desktops/hyprland/plugins.nix b/home/desktops/hyprland/plugins.nix index 6d43693..f4b76f2 100644 --- a/home/desktops/hyprland/plugins.nix +++ b/home/desktops/hyprland/plugins.nix @@ -2,12 +2,13 @@ inputs, config, pkgs, + system, ... }: { wayland.windowManager.hyprland = { plugins = [ - #inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo - inputs.hy3.packages.${pkgs.system}.hy3 + #inputs.hyprland-plugins.packages.${system}.hyprexpo + inputs.hy3.packages.${system}.hy3 ]; settings.plugin = { |