fix(hypr): override stdenv for hyprlandPlugins

This commit is contained in:
matt1432 2024-12-17 18:14:14 -05:00
parent 9c18766ee1
commit 627f9c31f6
2 changed files with 27 additions and 1 deletions
modules/desktop/environment/home

View file

@ -3,7 +3,10 @@ self: {pkgs, ...}: let
in {
config = {
wayland.windowManager.hyprland = {
plugins = [self.inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo];
# FIXME: https://pr-tracker.nelim.org/?pr=365776
plugins = [(self.inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo.override {
hyprlandPlugins = pkgs.hyprlandPlugins;
})];
settings = {
plugin.hyprexpo = {