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

View File

@ -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.
- _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 >}}