This commit is contained in:
2026-03-02 19:34:47 +01:00
parent c24f05be27
commit d63eb75c7f
+1 -1
View File
@@ -1749,7 +1749,7 @@ This Nix module integrates the hyprscrolling plugin into a Home-Manager managed
home.packages = with pkgs; [ jq ];
wayland.windowManager.hyprland = {
enable = true;
plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
plugins = with inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}; [
hyprland-plugins-hyprscrolling
hyprland-plugins-hyprspace
hyprland-plugins-hyprsunset