add plover-plugin-python-dictionary

This commit is contained in:
Charlotte 🦝 Delenk 2023-07-06 20:30:24 +01:00
parent 83a1c76081
commit d9ac00230b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 6 additions and 6 deletions

View file

@ -7,8 +7,8 @@
emily-symbols, emily-symbols,
... ...
}: let }: let
inherit (pkgs) plover plover-plugins-manager plover-plugin-emoji plover-plugin-tapey-tape plover-plugin-yaml-dictionary plover-plugin-rkb1-hid; inherit (pkgs) plover plover-plugins-manager plover-plugin-emoji plover-plugin-tapey-tape plover-plugin-yaml-dictionary plover-plugin-rkb1-hid plover-plugin-python-dictionary;
plover-env = plover.pythonModule.withPackages (_: [plover plover-plugins-manager plover-plugin-emoji plover-plugin-tapey-tape plover-plugin-yaml-dictionary plover-plugin-rkb1-hid]); plover-env = plover.pythonModule.withPackages (_: [plover plover-plugins-manager plover-plugin-emoji plover-plugin-tapey-tape plover-plugin-yaml-dictionary plover-plugin-rkb1-hid plover-plugin-python-dictionary]);
plover-src = plover.src; plover-src = plover.src;
plover-dictionaries-english = plover-dictionaries-english =
[ [

View file

@ -1199,11 +1199,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1688631187, "lastModified": 1688671761,
"narHash": "sha256-v8PBx1ZLP0XMveIsI8sVli3mt0geEUliBPt3QF3eFdg=", "narHash": "sha256-JfT8jOeeFsV+sj0vrVC100eQXGfyyyAeb0l4GqBK+l0=",
"ref": "main", "ref": "main",
"rev": "9f5e0a98df845547c37b07eccf79c00bac8eddf3", "rev": "e0cce4f8c425e86fe7e20cf0e1f99ac8759f5286",
"revCount": 937, "revCount": 939,
"type": "git", "type": "git",
"url": "https://git.chir.rs/darkkirb/nix-packages.git" "url": "https://git.chir.rs/darkkirb/nix-packages.git"
}, },