chore: upgrade syd-fcitx5-tables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, inputs, system, ... }:
|
||||
|
||||
let cfg = config.sydnix.users.crumb.fcitx5;
|
||||
in {
|
||||
@@ -17,13 +17,7 @@ in {
|
||||
pkgs.fcitx5-table-other
|
||||
pkgs.libsForQt5.fcitx5-chinese-addons
|
||||
pkgs.fcitx5-anthy
|
||||
(let
|
||||
repo = pkgs.fetchgit {
|
||||
url = "https://gitlab.com/msyds/syd-fcitx5-tables";
|
||||
tag = "v1.1.0";
|
||||
hash = "sha256-Ndm+XUMFmkcrVH9tLvyiXP4gvShx3ELrURYdp2KfOyQ=";
|
||||
};
|
||||
in pkgs.callPackage "${repo}/package.nix" {})
|
||||
inputs.syd-fcitx5-tables.packages.${system}.default
|
||||
];
|
||||
settings = {
|
||||
# Bind QuickPhrase to `s-;`.
|
||||
|
||||
Reference in New Issue
Block a user