mess migration
This commit is contained in:
parent
fbc47ef8f7
commit
6bee06e028
77 changed files with 144 additions and 60 deletions
6
overlay.nix
Normal file → Executable file
6
overlay.nix
Normal file → Executable 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue