diff --git a/pages/Nix/Hyprland on Home Manager.md b/pages/Nix/Hyprland on Home Manager.md index 0f4c0e58..3de010ef 100644 --- a/pages/Nix/Hyprland on Home Manager.md +++ b/pages/Nix/Hyprland on Home Manager.md @@ -9,8 +9,8 @@ For a list of available options, check the - _**(Required)** NixOS Module_: enables critical components needed to run Hyprland properly. - - _Without this, you may have issues with XDG Portals, or missing session - files in your Display Manager._ + - _Without this, you may have issues with missing session files in your + Display Manager._ - _(Optional) Home Manager module_: lets you configure Hyprland declaratively through Home Manager. - _This module configures Hyprland and adds it to your user's `$PATH`, but @@ -69,6 +69,7 @@ Don't forget to replace `user@hostname` with your username and hostname! enable = true; # set the flake package package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; + portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portla-hyprland; }; } # ... @@ -106,6 +107,7 @@ in { enable = true; # set the flake package package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; + portalPackage = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portla-hyprland; } } ``` diff --git a/pages/Nix/Hyprland on NixOS.md b/pages/Nix/Hyprland on NixOS.md index b625d671..b91cd3eb 100644 --- a/pages/Nix/Hyprland on NixOS.md +++ b/pages/Nix/Hyprland on NixOS.md @@ -15,8 +15,8 @@ Make sure to check out the options of the - _**(Required)** NixOS Module_: enables critical components needed to run Hyprland properly - - _Without this, you may have issues with XDG Portals, or missing session - files in your Display Manager._ + - _Without this, you may have issues with missing session files in your + Display Manager._ - _(Optional) Home Manager module_: lets you configure Hyprland declaratively through Home Manager. - _This module configures Hyprland and adds it to your user's `$PATH`, but diff --git a/pages/Nix/_index.md b/pages/Nix/_index.md index 10a2ccaa..4f792253 100644 --- a/pages/Nix/_index.md +++ b/pages/Nix/_index.md @@ -9,8 +9,8 @@ To install Hyprland on NixOS, we provide a NixOS and a Home Manager module. - _**(Required)** NixOS Module_: enables critical components needed to run Hyprland properly - - _Without this, you may have issues with XDG Portals, or missing session - files in your Display Manager._ + - _Without this, you may have issues with missing session files in your + Display Manager._ - _(Optional) Home Manager module_: lets you configure Hyprland declaratively through Home Manager. - _This module configures Hyprland and adds it to your user's `$PATH`, but