Changes
2 changed files (+14/-4)
-
-
@@ -43,11 +43,11 @@}, "nixpkgs": { "locked": { "lastModified": 1779560665, "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", "lastModified": 1780243769, "narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=", "owner": "NixOS", "repo": "nixpkgs", "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", "rev": "331800de5053fcebacf6813adb5db9c9dca22a0c", "type": "github" }, "original": {
-
-
-
@@ -5,6 +5,13 @@... }: let fcitx5-lean = pkgs.callPackage (pkgs.fetchgit { url = "https://git.unnamed.website/fcitx5-lean"; rev = "7956199e56824daa0c0080bac2542a11ad61cfc4"; hash = "sha256-r14nhJWB9RbruOqqyl0Or5zbSMFlsN1o7/+dwWis+eo="; }) { }; in { # For NeoChat ugh nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
-
@@ -162,7 +169,10 @@enable = true; type = "fcitx5"; fcitx5 = { addons = with pkgs; [ kdePackages.fcitx5-chinese-addons ]; addons = with pkgs; [ kdePackages.fcitx5-chinese-addons fcitx5-lean ]; waylandFrontend = true; }; };
-