hosts/satori: remove fcitx and change the default kb layout

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-23 15:42:08 +05:30
parent cb779f9d35
commit a18f8b7295
10 changed files with 44 additions and 115 deletions

View File

@@ -29,14 +29,14 @@
};
};
extraLayouts = {
us-colemak = {
description = "Colemak with MOD-dh";
colemak = {
description = "Colemak Layouts";
languages = [ "eng" ];
symbolsFile = ./colemak-dh;
symbolsFile = ./colemak;
};
};
layout = "us-colemak";
xkbVariant = "basic";
layout = "colemak";
xkbVariant = "dhz"; # trying to ditch DHz now
autoRepeatDelay = 320;
autoRepeatInterval = 30;
};