Initial commit

This commit is contained in:
Jonathan Cooper 2026-02-01 16:13:30 -08:00
commit be36cde694
9 changed files with 731 additions and 0 deletions

5
devenv.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, lib, config, inputs, ... }:
{
languages.rust.enable = true;
}