[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;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#
|
||||
# ~/.config/hypr/hy3.conf
|
||||
#
|
||||
|
||||
# TODO Do not hardcode this path
|
||||
plugin = /nix/store/afivj8v5kfdsadxs4pa45vh0y65s3ajm-hy3-hl0.49.0/lib/libhy3.so
|
||||
# Load the plugin. File should contain `plugin = /path/to/lib/libhy3.so`
|
||||
source = /home/tdpeuter/.config/hypr/hy3-plugin.conf
|
||||
|
||||
general:layout = hy3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue