mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
6 lines
174 B
Nix
6 lines
174 B
Nix
|
final: prev: {
|
||
|
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
||
|
patches = (oldAttrs.patches or [ ]) ++ [ ../patches/hyprland-fix-fcitx-window-focus.patch ];
|
||
|
});
|
||
|
}
|