mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nixos): fcitx works !
This commit is contained in:
parent
f84ac37130
commit
0d70f425cb
4 changed files with 103 additions and 18 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue