Files
nix-config/home/linux/base/default.nix
Ryan Yin cf33721ec1 feat: refactor codes
feat: custom rime - disable full_shape punctuations
feat: remap capslock key
2023-07-15 19:10:04 +08:00

7 lines
62 B
Nix

{
imports = [
./shell.nix
./system-tools.nix
];
}