neovim-flake/modules/plugins/visuals/cinnamon-nvim/default.nix
NotAShelf 658d380232
visuals: move cinnamon-nvim to its own module; deprecate smoothScroll
The option visuals.smoothScroll was confusing as there can be more than one backend.
2024-10-07 03:15:45 +03:00

6 lines
64 B
Nix

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