This commit is contained in:
TheRealGramdalf 2024-06-28 20:42:57 +00:00 committed by GitHub
commit 7a2d9fa208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 13 deletions

View File

@ -7,12 +7,13 @@ For a list of available options, check the
{{< callout >}} {{< callout >}}
- _(Required) NixOS Module_: enables critical components needed to run Hyprland - _**(Required)** NixOS Module_: enables critical components needed to run Hyprland
properly. Without this, you may have issues with XDG Portals, or missing properly.
session files in your Display Manager. - _Without this, you may have issues with XDG Portals, or missing session files in your Display Manager._
- _(Optional) Home Manager module_: lets you declaratively configure Hyprland - _(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 does not make certain system-level changes such as adding a desktop session file for your display manager. This is handled by the NixOS module once you enable it._
{{< /callout >}} {{< /callout >}}
## Installation ## Installation

View File

@ -13,10 +13,11 @@ Make sure to check out the options of the
{{< callout >}} {{< callout >}}
- _(Required) NixOS Module_: enables critical components needed to run Hyprland - _**(Required)** NixOS Module_: enables critical components needed to run Hyprland
properly. Without this, you may have issues with XDG Portals, or missing properly
session files in your Display Manager. - _Without this, you may have issues with XDG Portals, or missing session files in your Display Manager._
- _(Optional) Home Manager Module_: lets you declaratively configure Hyprland - _(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 does not make certain system-level changes such as adding a desktop session file for your display manager. This is handled by the NixOS module once you enable it._
{{< /callout >}} {{< /callout >}}

View File

@ -7,10 +7,11 @@ To install Hyprland on NixOS, we provide a NixOS and a Home Manager module.
{{< callout title=Note >}} {{< callout title=Note >}}
- _(Required) NixOS Module_: enables critical components needed to run Hyprland - _**(Required)** NixOS Module_: enables critical components needed to run Hyprland
properly. Without this, you may have issues with XDG Portals, or missing properly
session files in your Display Manager. - _Without this, you may have issues with XDG Portals, or missing session files in your Display Manager._
- _(Optional) Home Manager Module_: lets you declaratively configure Hyprland - _(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 does not make certain system-level changes such as adding a desktop session file for your display manager. This is handled by the NixOS module once you enable it._
{{< /callout >}} {{< /callout >}}