nixos/hadi/default.nix
2024-03-11 19:36:05 +01:00

10 lines
112 B
Nix

{
imports = [
./app.nix
./cli.nix
./dev.nix
./utils.nix
./font.nix
];
}