Files
ccl-nixos-dotfiles/modules/i18n/default.nix
2025-04-13 15:09:14 +08:00

8 lines
66 B
Nix

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