mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59: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 = {
|
config = {
|
||||||
programs.kakoune = {
|
programs.kakoune = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.kakounePlugins.kak-powerline ];
|
plugins = [ pkgs.kakounePlugins.kak-prelude ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
|
|
Loading…
Reference in a new issue