Update Hyprland on Home Manager/Nixos: Emphasize NixOS module and clarify home-manager module

This commit is contained in:
TheRealGramdalf 2024-06-25 02:09:29 +00:00
parent 4a84ea73cd
commit 6a41933336
3 changed files with 8 additions and 5 deletions

View File

@ -7,9 +7,11 @@ For a list of available options, check the
{{< callout >}}
- _(Required) NixOS Module_: enables critical components needed to run Hyprland
- _**(Required)** NixOS Module_: enables critical components needed to run Hyprland
properly
- _(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 >}}
## Installation

View File

@ -13,9 +13,10 @@ Make sure to check out the options of the
{{< callout >}}
- _(Required) NixOS Module_: enables critical components needed to run Hyprland
- _**(Required)** NixOS Module_: enables critical components needed to run Hyprland
properly
- _(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 >}}

View File

@ -10,7 +10,7 @@ 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
- _(Optional) Home-manager module_: lets you configure Hyprland declaratively through home-manager.
- _This module configures Hyprland and adds it to your users' `$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._
- _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 >}}