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/3] 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/3] 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 >}} From 6a419333367fe40906cafde8d055df0488ee56f7 Mon Sep 17 00:00:00 2001 From: TheRealGramdalf Date: Tue, 25 Jun 2024 02:09:29 +0000 Subject: [PATCH 3/3] Update Hyprland on Home Manager/Nixos: Emphasize NixOS module and clarify home-manager module --- pages/Nix/Hyprland on Home Manager.md | 6 ++++-- pages/Nix/Hyprland on NixOS.md | 5 +++-- pages/Nix/_index.md | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) 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 >}}