Go big or go home

This commit is contained in:
2021-11-22 07:23:17 -08:00
parent 50fa2ef9ed
commit c204541f38
78 changed files with 10322 additions and 6 deletions
+2
View File
@@ -4,6 +4,8 @@
outputs = { self, ... }: {
overlay = import ./overlay.nix;
nixosModule = import ./module.nix;
lib = import ./lib.nix;
};
}