[hypr] fix: Remove hy3 path hardcoding

This commit is contained in:
Tibo De Peuter 2025-11-25 14:39:38 +01:00
parent d24e46da9e
commit 1de1c15acc
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 11 additions and 2 deletions

View file

@ -37,6 +37,12 @@ in {
recursive = true;
source = ../../../stow/hyprland/.config/hypr;
};
".config/hypr/hy3-plugin.conf" = {
inherit (config.sisyphus.desktop.hyprland) enable;
text = ''
plugin = ${pkgs.hyprlandPlugins.hy3}/lib/libhy3.so
'';
};
".config/kitty" = {
enable = false;
recursive = true;