diff --git a/config/programs/plover.nix b/config/programs/plover.nix index cb84c182..225074f9 100644 --- a/config/programs/plover.nix +++ b/config/programs/plover.nix @@ -7,8 +7,8 @@ emily-symbols, ... }: let - inherit (pkgs) 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]); + 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-plugin-python-dictionary]); plover-src = plover.src; plover-dictionaries-english = [ diff --git a/flake.lock b/flake.lock index 1bff18f5..0bd018e1 100644 --- a/flake.lock +++ b/flake.lock @@ -1199,11 +1199,11 @@ ] }, "locked": { - "lastModified": 1688631187, - "narHash": "sha256-v8PBx1ZLP0XMveIsI8sVli3mt0geEUliBPt3QF3eFdg=", + "lastModified": 1688671761, + "narHash": "sha256-JfT8jOeeFsV+sj0vrVC100eQXGfyyyAeb0l4GqBK+l0=", "ref": "main", - "rev": "9f5e0a98df845547c37b07eccf79c00bac8eddf3", - "revCount": 937, + "rev": "e0cce4f8c425e86fe7e20cf0e1f99ac8759f5286", + "revCount": 939, "type": "git", "url": "https://git.chir.rs/darkkirb/nix-packages.git" },