mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-16 03:03:40 +01:00
USe new declarative plugins syntax in config
This commit is contained in:
parent
8c6f10cf86
commit
62235536c3
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
exec-once = hyprctl plugin load ${cfg.package}/lib/libhy3.so && hyprctl reload
|
||||
plugin = ${cfg.package}/lib/libhy3.so
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue