nix-config/modules/base/default.nix
2025-09-28 23:25:20 +02:00

7 lines
79 B
Nix

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