really switching to lix now

This commit is contained in:
Charlie Root 2024-08-22 20:56:58 +02:00
commit 4773f8d79a
4 changed files with 16 additions and 11 deletions

7
parts/default.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
imports = [
# ./fmt.nix
./shell.nix
./templates
];
}