1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 02:48:30 +02:00

kakoune: use a plugin with smaller closure size in test

This commit is contained in:
Robert Helgesson 2020-11-14 23:17:29 +01:00
parent 234de0270a
commit f3372bf982
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -6,7 +6,7 @@ with lib;
config = { config = {
programs.kakoune = { programs.kakoune = {
enable = true; enable = true;
plugins = [ pkgs.kakounePlugins.kak-powerline ]; plugins = [ pkgs.kakounePlugins.kak-prelude ];
}; };
nmt.script = '' nmt.script = ''