remove fcitx

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-06 08:00:46 +01:00
parent 95bff7d7dc
commit 4f2e725fb0
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
4 changed files with 0 additions and 27 deletions

View file

@ -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;

View file

@ -29,7 +29,6 @@
../programs/misc.nix
../programs/mail.nix
../programs/kitty.nix
../programs/fcitx.nix
]
else []
);

View file

@ -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
];
};
}

View file

@ -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 {