updating from jeremy's nix config

This commit is contained in:
2025-04-11 13:29:01 -07:00
parent 56a13f4932
commit eb76502381
4 changed files with 99 additions and 339 deletions

5
configs/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{ ... }: {
imports = [
./git.nix
];
}