4
overlays/hyprland/default.nix
Normal file
4
overlays/hyprland/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
final: prev:
|
||||
prev.hyprland.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [ ] ++ [ ./fix-maxwidth-resolution-mode.patch ];
|
||||
})
|
Reference in New Issue
Block a user