nix-config/modules/base/default.nix
2025-02-27 20:28:52 +01:00

6 lines
69 B
Nix

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