Compare commits

..

No commits in common. "1ae9c8c75e98c812b142fd303d3657054e605588" and "00a536c4575175cfae2d03528c495189218e0ecf" have entirely different histories.

2 changed files with 79 additions and 99 deletions

View File

@ -15,12 +15,11 @@ in
};
xdg.configFile = let
format = pkgs.formats.iniWithGlobalSection { };
format = pkgs.formats.ini { };
in {
"fcitx5/profile" = {
force = true;
source = format.generate "fcitx5-profile" {
sections = {
"Groups/0" = {
Name = "Default";
"Default Layout" = "us";
@ -43,10 +42,8 @@ in
};
};
};
};
"fcitx5/config".source = format.generate "fcitx5-config" {
sections = {
Hotkey = {
# Enumerate when press trigger key repeatedly
EnumerateWithTriggerKeys = "True";
@ -113,21 +110,6 @@ in
};
};
"fcitx5/conf/classicui.conf".source = format.generate "fcitx5-classicui.conf" {
globalSection = {
Theme = "Material-Color";
PerScreenDPI = "True";
# Font = "";
"Vertical Candidate List" = "True";
};
};
};
xdg.dataFile."fcitx5/themes/Material-Color" = {
recursive = true;
source = "${pkgs.fcitx5-material-color}/share/fcitx5/themes/Material-Color-orange";
};
systemd.user.services.fcitx5-daemon = {
Service.Restart="on-failure";
Service.ExecStart = lib.mkForce "${fcitx5Package}/bin/fcitx5";

View File

@ -9,8 +9,6 @@
./services/stable-diffusion.nix
./services/tailscale.nix
./services/keybase.nix
];
boot.binfmt.emulatedSystems = [
"x86_64-windows"
"aarch64-linux"