nixconf/common/default.nix

8 lines
87 B
Nix

{ ... }:
{
imports = [
./locale.nix
./boot.nix
./substitutors.nix
];
}