Jean Carlo San M. San Juan

Results 1 comments of Jean Carlo San M. San Juan

I solved this by assigning package: ``` wayland.windowManager.hyprland = { enable = true; # here package = inputs.hyprland.packages.${pkgs.system}.hyprland; # hyprexpo works plugins = [ inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo ]; }; ``` Almost the...