nix-config/modules/base/default.nix

6 lines
61 B
Nix

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