gnome notch

This commit is contained in:
2026-03-04 10:33:27 -06:00
parent 3c4856ddca
commit 85b35eaedc
6 changed files with 42 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
(final: prev: {
mutter = prev.mutter.overrideAttrs (oldAttrs: {
patches = (oldAttrs.patches or []) ++ [
./MBP16.patch
];
});
})