mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
kakoune: use a plugin with smaller closure size in test
This commit is contained in:
parent
234de0270a
commit
f3372bf982
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ with lib;
|
|||
config = {
|
||||
programs.kakoune = {
|
||||
enable = true;
|
||||
plugins = [ pkgs.kakounePlugins.kak-powerline ];
|
||||
plugins = [ pkgs.kakounePlugins.kak-prelude ];
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
|
|
Loading…
Reference in a new issue