diff --git a/config/programs/plover.nix b/config/programs/plover.nix index eab3e737..b3b651fc 100644 --- a/config/programs/plover.nix +++ b/config/programs/plover.nix @@ -5,7 +5,7 @@ nix-packages, ... }: let - inherit (pkgs) plover plover-plugins-manager regenpfeifer plover-regenpfeifer plover-emoji plover-tapey-tape plover-yaml-dictionary; + inherit (pkgs) plover plover-plugins-manager plover-emoji plover-tapey-tape plover-yaml-dictionary; plover-env = plover.pythonModule.withPackages (_: [plover plover-plugins-manager plover-emoji plover-tapey-tape plover-yaml-dictionary]); plover-src = plover.src; plover-dictionaries-english = diff --git a/config/workarounds/default.nix b/config/workarounds/default.nix index 63982573..10ee9cce 100644 --- a/config/workarounds/default.nix +++ b/config/workarounds/default.nix @@ -33,7 +33,7 @@ in { }; }); inherit (noto-variable) noto-fonts-cjk; - inherit (nix-packages.packages.${system}) plover plover-plugins-manager regenpfeifer plover-regenpfeifer plover-emoji plover-tapey-tape plover-yaml-dictionary lotte-art; + inherit (nix-packages.packages.${system}) plover plover-plugins-manager plover-emoji plover-tapey-tape plover-yaml-dictionary lotte-art; kitty = prev.kitty.overrideAttrs (old: { patches = old.patches