mess migration

This commit is contained in:
atagen 2023-09-11 21:30:13 +10:00
parent fbc47ef8f7
commit 6bee06e028
77 changed files with 144 additions and 60 deletions

6
overlay.nix Normal file → Executable file
View file

@ -41,5 +41,9 @@
withGtkWrapper = true;
};
};
swayfx = final: prev: {swayfx = final.unstable.swayfx.override {sway-unwrapped = final.sway-unwrapped;};};
river = final: prev: {
river = final.unstable.river.override {
wlroots = final.wlroots;
};
};
}