diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tiamat/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 3e531c7d..4e76675c 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -21,6 +21,11 @@ }; unison.foreign.address = "apzu.fritz.box"; }; + programs = { + river = { + unicodeInput.enable = true; + }; + }; locale = { enable = true; keyMap = "us"; |