nichts/parts/default.nix

10 lines
92 B
Nix
Raw Normal View History

2024-09-12 09:37:27 +02:00
{
2024-08-22 20:56:58 +02:00
imports = [
# ./fmt.nix
2024-08-22 20:56:58 +02:00
./shell.nix
./templates
./lib
2024-09-12 09:37:27 +02:00
./pkgs
2024-08-22 20:56:58 +02:00
];
}