[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; recursive = true;
source = ../../../stow/hyprland/.config/hypr; 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" = { ".config/kitty" = {
enable = false; enable = false;
recursive = true; recursive = true;

View file

@ -1,6 +1,9 @@
#
# ~/.config/hypr/hy3.conf
#
# TODO Do not hardcode this path # Load the plugin. File should contain `plugin = /path/to/lib/libhy3.so`
plugin = /nix/store/afivj8v5kfdsadxs4pa45vh0y65s3ajm-hy3-hl0.49.0/lib/libhy3.so source = /home/tdpeuter/.config/hypr/hy3-plugin.conf
general:layout = hy3 general:layout = hy3