neovim-flake/modules/plugins/visuals/nvim-scrollbar/default.nix

6 lines
65 B
Nix

{
imports = [
./config.nix
./scrollbar-nvim.nix
];
}