remove fcitx
This commit is contained in:
parent
95bff7d7dc
commit
4f2e725fb0
4 changed files with 0 additions and 27 deletions
|
@ -42,13 +42,6 @@ in {
|
|||
</fontconfig>
|
||||
'';
|
||||
|
||||
environment.sessionVariables = {
|
||||
GTK_IM_MODULE = "fcitx";
|
||||
QT_IM_MODULE = "fcitx";
|
||||
XMODIFIERS = "@im=fcitx";
|
||||
GLFW_IM_MODULE = "fcitx";
|
||||
};
|
||||
|
||||
time.timeZone = "Etc/GMT-1"; # Confusing naming, it's 1 hour east of GMT
|
||||
services.pcscd.enable = true;
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
../programs/misc.nix
|
||||
../programs/mail.nix
|
||||
../programs/kitty.nix
|
||||
../programs/fcitx.nix
|
||||
]
|
||||
else []
|
||||
);
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-mozc
|
||||
fcitx5-chinese-addons # think this is required for table input?
|
||||
fcitx5-table-extra
|
||||
fcitx5-table-other
|
||||
];
|
||||
};
|
||||
}
|
|
@ -41,14 +41,6 @@ in {
|
|||
../../extra/kitty.patch
|
||||
];
|
||||
});
|
||||
fcitx5-table-other = prev.fcitx5-table-other.overrideAttrs (old: {
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "pontaoski";
|
||||
repo = "fcitx5-table-other";
|
||||
rev = "254c0aed99fd105120521629d177636ea043bf59";
|
||||
sha256 = "sha256-iYFBlrHTFyesHNEOeI98DbmXSbRHVd+avmtN7Un0eok=";
|
||||
};
|
||||
});
|
||||
gitea = prev.gitea.overrideAttrs (old: rec {
|
||||
version = "1.17.0-rc1";
|
||||
src = prev.fetchurl {
|
||||
|
|
Loading…
Reference in a new issue