home/natto: add fcitx and misc changes
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -9,7 +9,16 @@
|
||||
LV2_PATH = lib.makeSearchPath "lib/lv2" (with pkgs; [ calf ]);
|
||||
TERM = "st-24bits";
|
||||
QT_QPA_PLATFORMTHEME = "gtk2";
|
||||
QT_X11_NO_MITSHM = "1";
|
||||
HM_CONF_DIR = "/etc/nixos";
|
||||
};
|
||||
|
||||
shellAliases = rec {
|
||||
ec = "emacsclient";
|
||||
ecc = ec + " -c";
|
||||
ecnw = ec + " -nw";
|
||||
};
|
||||
|
||||
file = with config; {
|
||||
stalonetray = {
|
||||
source = ./config/stalonetrayrc;
|
||||
@@ -35,4 +44,12 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
i18n = {
|
||||
inputMethod = {
|
||||
# enabled = "fcitx5";
|
||||
# fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-mozc ];
|
||||
enabled = "fcitx";
|
||||
fcitx.engines = with pkgs.fcitx-engines; [ m17n mozc ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user