nix-community.nixvim/tests/test-sources/plugins/by-name/kitty-scrollback/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
147 B
Nix
Raw Normal View History

2025-06-27 13:51:12 +02:00
{
empty = {
plugins.kitty-scrollback.enable = true;
};
defaults = {
plugins.kitty-scrollback = {
enable = true;
};
};
}