Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-23 15:53:46 +01:00
parent 13f24c6880
commit 53e2f3106b
8 changed files with 143 additions and 147 deletions

View File

@@ -9,9 +9,7 @@
nixpkgs.overlays = [
(final: prev: {
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches or [ ] ++ [
./fix-maxwidth-resolution-mode.patch
];
patches = oldAttrs.patches or [ ] ++ [ ./fix-maxwidth-resolution-mode.patch ];
});
})
];