1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00
nixvim/tests/test-sources/plugins/by-name/kitty-scrollback/default.nix
2025-10-01 21:14:05 +00:00

11 lines
147 B
Nix

{
empty = {
plugins.kitty-scrollback.enable = true;
};
defaults = {
plugins.kitty-scrollback = {
enable = true;
};
};
}