nixos-configs/common/modules/default.nix

9 lines
98 B
Nix
Raw Normal View History

2024-01-22 11:09:37 -05:00
{...}: {
imports = [
./cachix.nix
./locale.nix
./locate.nix
./global.nix
];
}