mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-04 03:49:43 +01:00
4222ef30e6
Latest changes break a bit too many things including ironbar. Auto-save in neovim is delayed a bit, which could have fixed a bug but will take some getting used to. The update brings crackling audio issues to osu! wine again, so more investigating will need to be done to find a solution for that. Overall seems like most wine programs broke, so a new wine prefix could be in order. Additionally, Librewolf now has some unexpected keybinding behavior with Ctrl+L + Ctrl+C resulting in the letter `c` being displayed instead of copying like before.
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 ];
|
|
});
|
|
}
|