diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-28 17:38:59 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-28 17:38:59 -0700 |
| commit | 56f1f839e559a771f7c7c940fc82b1ca74dc030e (patch) | |
| tree | b4611912292d513cae3346f5d949daa599b32b52 /system/default.nix | |
| parent | 6d312f157733c0f83c832d4586fd1e782d2cf0a1 (diff) | |
Add Japanese input
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index ca5412c..6178ae8 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,7 +3,7 @@ { imports = [ ./fonts.nix - ./keyd.nix + ./keyboard.nix ./networking.nix ./pipewire.nix ./xserver.nix |