From f0fa2ffa7e911c236eb7302ace1aaf096255d728 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 19 Jul 2026 14:55:09 +0200 Subject: smooth scrolling with cinnamon-nvim --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 68f1b17..3571d17 100644 --- a/flake.nix +++ b/flake.nix @@ -199,7 +199,13 @@ # }; nvim-scrollbar.enable = true; # File scrollbar on the right side nvim-web-devicons.enable = true; # Needed for barbar aswell - cinnamon-nvim.enable = true; # smooth scrolling for ANY command + cinnamon-nvim = { + enable = true; # smooth scrolling for ANY command + setupOpts.keymaps = { + basic = true; + extra = true; + }; + }; }; telescope = { -- cgit v1.3.1