From 3561b62aca43be933a700a3da0bbfac0459655c6 Mon Sep 17 00:00:00 2001 From: TheRealGramdalf <79593869+TheRealGramdalf@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:51:14 +0000 Subject: [PATCH 1/2] Update _index.md: emphasize NixOS module requirement --- pages/Nix/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/Nix/_index.md b/pages/Nix/_index.md index 0889dda..47bdcbf 100644 --- a/pages/Nix/_index.md +++ b/pages/Nix/_index.md @@ -7,9 +7,10 @@ To install Hyprland on NixOS, we provide a NixOS and a Home Manager module. {{< callout title=Note >}} -- _(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. + - _Note that this does_ not _install Hyprland; since it would require system-level changes such as adding a session file for your display manager. This is handled by the NixOS module once you enable it._ {{< /callout >}} From 4a84ea73cdf52f166e419a959b25e91e882c1fdd Mon Sep 17 00:00:00 2001 From: TheRealGramdalf Date: Thu, 20 Jun 2024 18:28:36 +0000 Subject: [PATCH 2/2] Update _index.md: emphasize NixOS module requirement --- pages/Nix/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Nix/_index.md b/pages/Nix/_index.md index 47bdcbf..84ef5c4 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. - - _Note that this does_ not _install Hyprland; since it would require system-level changes such as adding a 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 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._ {{< /callout >}}