nyx/modules/flake/default.nix

9 lines
91 B
Nix

{
imports = [
../../systems
./programs
./args.nix
./overlays.nix
];
}