Code Monkey home page Code Monkey logo

plover-flake's Introduction

A flake for plover with support for plugins

Usage

Add this flake to your flake inputs, e.g. inputs.plover-flake.url = "github:dnaq/plover-flake";

Then a plover derivation containing the plugins you want can be built with

  plover-flake.${system}.plover.with-plugins (ps: with ps; [
    plover_dictionary_commands
    plover_console_ui
  ];

where ps is an attribute set containing all plugins from the plugin registry as well as some extra plugins.

Troubleshooting

If a specific plugin fails to build its most likely because of a missing dependency. In that case that dependency can be added to overrides.nix, any pull requests doing so are welcome.

Updating the plugin list from the registry

At some point this will be added to CI and done automatically, but in the meantime it is possible to do the following:

  nix develop
  bash update.sh

Current Issues

In order to support plover2cat the pyqt derivation is overriden with withMultimedia = true;. This holds even if plover2cat isn't installed, which might entail a bit of a waste of disk space. If anyone figures out a good way for plugins to additively add qt features when dependen on, please let me know.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.