mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
550c0579f5
Fixes both Squeekboard and wvkbd, however the former still has more issues.
8 lines
179 B
Nix
8 lines
179 B
Nix
final: prev: {
|
|
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
|
patches = (oldAttrs.patches or [ ]) ++ [
|
|
../assets/hyprland-fix-keyboard-focus.patch
|
|
];
|
|
});
|
|
}
|