mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 23:41:43 +02:00
12 lines
147 B
Nix
12 lines
147 B
Nix
|
{
|
||
|
empty = {
|
||
|
plugins.kitty-scrollback.enable = true;
|
||
|
};
|
||
|
|
||
|
defaults = {
|
||
|
plugins.kitty-scrollback = {
|
||
|
enable = true;
|
||
|
};
|
||
|
};
|
||
|
}
|