about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-31 01:28:16 +0200
committerSoispha <soispha@vhack.eu>2023-08-31 01:28:16 +0200
commit892133cbb31c5b08d6d34197570065955f2ef025 (patch)
treee0a22c1bde079bd70956b07931f1826647a9cbbd
parentFix(sys/locale/keymaps/us): Use compose key and deal with qmk macros (diff)
downloadnixos-config-892133cbb31c5b08d6d34197570065955f2ef025.zip
Fix(hm/wms/river): Use new keymaps
Diffstat (limited to '')
-rw-r--r--hm/soispha/wms/river/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/wms/river/default.nix b/hm/soispha/wms/river/default.nix
index d8bc4009..30b3b016 100644
--- a/hm/soispha/wms/river/default.nix
+++ b/hm/soispha/wms/river/default.nix
@@ -10,12 +10,12 @@
   mappings =
     if hostName == "tiamat"
     then ''
-      err_fail riverctl keyboard-layout 'us'
+      err_fail riverctl keyboard-layout 'us-modified'
       err_fail river_init_lesser ~/.config/river/res/moonlander.ron
     ''
     else if hostName == "lahmu" || hostName == "apzu" || hostName == "mammun" || hostName == "isimud"
     then ''
-      err_fail riverctl keyboard-layout 'us(dvorak)'
+      err_fail riverctl keyboard-layout 'dvorak-modified'
       err_fail river_init_lesser ~/.config/river/res/keys.ron
     ''
     else builtins.throw "Host not covered in river mappings";