Initial commit

This commit is contained in:
Eclypsed
2025-04-15 01:07:31 -04:00
committed by GitHub
parent 516f8d6842
commit f2ee74b0fe
15 changed files with 64 additions and 0 deletions

9
flake.nix Normal file
View File

@@ -0,0 +1,9 @@
{
description = "Development Environment for JMU's CS345";
outputs = _: {
nixosModules = {
bernstdh = import ./modules;
};
};
}