USe new declarative plugins syntax in config

This commit is contained in:
outfoxxed 2023-05-01 11:31:23 -07:00
parent 8c6f10cf86
commit 62235536c3
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -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
'';
};
};