aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 = {