feat: stuff

This commit is contained in:
2024-07-01 15:01:37 +02:00
parent eb85d22494
commit 8eec63e5f3
7 changed files with 59 additions and 1 deletions

View File

@@ -48,6 +48,11 @@
lpc21isp = prev.callPackage ./overlays/lpc21isp { };
rquickshare = prev.callPackage ./overlays/rquickshare { };
cura = prev.callPackage ./overlays/cura { };
/*
kitty = prev.kitty.overrideAttrs (prev: {
patches = prev.patches ++ [ ./kitty.patch ];
});
*/
})
];
}