[hypr] fix: Remove hy3 path hardcoding
This commit is contained in:
parent
d24e46da9e
commit
1de1c15acc
2 changed files with 11 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue