Soft update

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-23 08:48:51 +01:00
parent 129c59dd63
commit f3ca552897
5 changed files with 32 additions and 142 deletions

View File

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