nixos-configs/common/modules/default.nix

8 lines
98 B
Nix

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