This commit is contained in:
illustris
2021-03-05 07:02:38 +05:30
commit 6c559efe66
8 changed files with 372 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
(self: super: {
dwm = super.dwm.overrideAttrs (oldAttrs: {
src = /home/illustris/src/dwm;
});
})