[Nix] Expose plugins to NixOs module. #10379
-
As it stands now, you need to use the HM module if you want to use plugins, which is great but I do like the hot reload and thus prefer to keep it separate. Please expose a way to install plugin, either through option or override? related: #8902 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
The NixOS module from this repo also allows you to use plugins/write your config using Nix.
Config reloads no longer reload plugins (both in HM and NixOS modules) since nix-community/home-manager#6789. |
Beta Was this translation helpful? Give feedback.
Correct, that is only available in this repo
Hyprland/nix/module.nix
Line 13 in a51e639
It's possible to define plugins in the NixOS config and source
/etc/xdg/hypr/hyprland.conf
(the generated file) into your config file.