diff --git a/pages/Nix/Hyprland on Home Manager.md b/pages/Nix/Hyprland on Home Manager.md index c973cfb..a7679a7 100644 --- a/pages/Nix/Hyprland on Home Manager.md +++ b/pages/Nix/Hyprland on Home Manager.md @@ -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 diff --git a/pages/Nix/Hyprland on NixOS.md b/pages/Nix/Hyprland on NixOS.md index b6407fc..96b0833 100644 --- a/pages/Nix/Hyprland on NixOS.md +++ b/pages/Nix/Hyprland on NixOS.md @@ -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 >}} diff --git a/pages/Nix/_index.md b/pages/Nix/_index.md index 84ef5c4..e702b21 100644 --- a/pages/Nix/_index.md +++ b/pages/Nix/_index.md @@ -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 >}}