add(nixos): fcitx works !

This commit is contained in:
Léana 江 2023-12-27 21:55:19 +01:00 committed by Léana 江
parent f84ac37130
commit 0d70f425cb
4 changed files with 103 additions and 18 deletions

View file

@ -1,14 +1,14 @@
{...}: {
services.xserver.xkb = {
layout = "dvorak";
layout = "myDvorak";
options = "caps:swapescape";
extraLayouts = {
"dvorak" = {
"myDvorak" = {
languages = ["us"];
symbolsFile = ./dvorak.xkb;
description = "Leana's dvorak";
};
"dvorak-french" = {
"myDvorakFrench" = {
languages = ["fr"];
symbolsFile = ./dvorak-french.xkb;
description = "Leana's dvorak but baguette";