mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
Nix/Plugins: warn about needing to use HM module
This commit is contained in:
parent
27a99e59de
commit
5a2bc45595
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ Hyprland plugins are managed differently on Nix than on other distros. The most
|
||||||
notable change is that `hyprpm` is unsupported, but we have our own way of
|
notable change is that `hyprpm` is unsupported, but we have our own way of
|
||||||
building plugins.
|
building plugins.
|
||||||
|
|
||||||
|
{{< callout type=warning >}}
|
||||||
|
|
||||||
|
Using plugins using the syntax below requires you to be using Hyprland through
|
||||||
|
the [Home Manager module](../Hyprland-on-Home-Manager).
|
||||||
|
|
||||||
|
{{< /callout >}}
|
||||||
|
|
||||||
## Using plugins from Nixpkgs
|
## Using plugins from Nixpkgs
|
||||||
|
|
||||||
In Nixpkgs, there are Hyprland plugins packaged for the Hyprland version in
|
In Nixpkgs, there are Hyprland plugins packaged for the Hyprland version in
|
||||||
|
|
Loading…
Reference in a new issue