1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00
home-manager/tests/modules
Daniel Gorin 96e2f1bdf0
kakoune: add support for plugins
The kakoune editor has a plugin mechanism and several plugins are
already packaged under `pkgs.kakounePlugins`. However, adding these
packages to `home.packages` is not enough: the `kakoune` package needs
to be configured with the list of plugins to include, so that they get
sourced on start-up.

We add a `programs.kakoune.plugins` option, analogous to
`programs.vim.plugins`.

The change is backwards compatible since `pkgs.kakoune` is defined as

    wrapKakoune kakoune-unwrapped { };

and `wrapKakoune` defaults the list of plugins to empty.

PR #1356
2020-08-13 23:45:49 +02:00
..
accounts git: set SSL if useStartTls is false 2020-08-13 21:36:31 +02:00
files files: add helper function mkOutOfStoreSymlink 2020-05-02 01:22:14 +02:00
home-environment tests: improve test purity 2020-04-24 21:46:34 +02:00
misc fontconfig: disable multiple font packages test 2020-07-31 17:30:57 +02:00
programs kakoune: add support for plugins 2020-08-13 23:45:49 +02:00
services dropbox: add module 2020-07-25 23:12:33 +02:00
systemd tests: update nmt 2020-04-10 01:01:20 +02:00
targets generic-linux: respect NIX_STATE_DIR 2020-06-14 23:34:53 +02:00
xresources xresources: add missing test file 2020-06-28 11:23:34 +02:00