1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

refactor: overlays/default.nix

This commit is contained in:
Ryan Cao 2023-09-04 23:05:43 +08:00
parent 0bef7e8133
commit 43feb86859
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 9 additions and 3 deletions

4
overlays/default.nix Normal file
View file

@ -0,0 +1,4 @@
{
ibm-plex = import ./ibm-plex.nix;
ryan-mono-bin = import ./ryan-mono-bin.nix;
}