nixos-configs/modules/_common/default.nix
2023-09-11 19:21:31 +02:00

6 lines
63 B
Nix

{...}: {
imports = [
./i18n.nix
./nixpkgs.nix
];
}