aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-07-19 14:55:09 +0200
committeruser@node5.net <user@node5.net>2026-07-19 14:55:09 +0200
commitf0fa2ffa7e911c236eb7302ace1aaf096255d728 (patch)
tree74adcb7663d5417c12503413aee1c3f9ffcb6542 /flake.nix
parent0861c9c4a73c78a568442afaf145fff0488aaf2d (diff)
smooth scrolling with cinnamon-nvim
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 7 insertions, 1 deletions
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 = {