lib: initial commit, start of custom lib

This commit is contained in:
Charlie Root 2024-08-28 18:17:55 +02:00
commit 1929bdf8fa
9 changed files with 102 additions and 71 deletions

View file

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