mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Nix: emphasize NixOS module requirement (#688)
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
1e1848b684
commit
e7a521534b
3 changed files with 31 additions and 13 deletions
|
@ -7,12 +7,18 @@ For a list of available options, check the
|
|||
|
||||
{{< callout >}}
|
||||
|
||||
- _(Required) NixOS Module_: enables critical components needed to run Hyprland
|
||||
properly. Without this, you may have issues with XDG Portals, or missing
|
||||
session files in your Display Manager.
|
||||
- _(Optional) Home Manager module_: lets you declaratively configure Hyprland
|
||||
- _**(Required)** NixOS Module_: enables critical components needed to run
|
||||
Hyprland properly.
|
||||
- _Without this, you may have issues with XDG Portals, or missing session
|
||||
files in your Display Manager._
|
||||
- _(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 >}}
|
||||
{{< /callout >}}
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -13,10 +13,16 @@ Make sure to check out the options of the
|
|||
|
||||
{{< callout >}}
|
||||
|
||||
- _(Required) NixOS Module_: enables critical components needed to run Hyprland
|
||||
properly. Without this, you may have issues with XDG Portals, or missing
|
||||
session files in your Display Manager.
|
||||
- _(Optional) Home Manager Module_: lets you declaratively configure Hyprland
|
||||
- _**(Required)** NixOS Module_: enables critical components needed to run
|
||||
Hyprland properly
|
||||
- _Without this, you may have issues with XDG Portals, or missing session
|
||||
files in your Display Manager._
|
||||
- _(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 >}}
|
||||
|
||||
|
|
|
@ -7,10 +7,16 @@ 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
|
||||
properly. Without this, you may have issues with XDG Portals, or missing
|
||||
session files in your Display Manager.
|
||||
- _(Optional) Home Manager Module_: lets you declaratively configure Hyprland
|
||||
- _**(Required)** NixOS Module_: enables critical components needed to run
|
||||
Hyprland properly
|
||||
- _Without this, you may have issues with XDG Portals, or missing session
|
||||
files in your Display Manager._
|
||||
- _(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 >}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue