From 413397a8441b9addf95fab213aae456a0bc238d5 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 5 Aug 2025 13:35:43 -0500 Subject: [PATCH] home/common | upstream changes --- home/common/default.nix | 1 - home/common/nixvim.nix | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/home/common/default.nix b/home/common/default.nix index 79177a1..3710337 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -115,7 +115,6 @@ enableBashIntegration = true; keys = "id_aur id_dsa id_ed25519 git C7E41C9F79C846984163693FCCD8E76F07EA701B"; - inheritType = "any"; }; home.file.".links/links.cfg".source = files/links.cfg; } diff --git a/home/common/nixvim.nix b/home/common/nixvim.nix index ee41d8a..79e8b28 100644 --- a/home/common/nixvim.nix +++ b/home/common/nixvim.nix @@ -5,6 +5,10 @@ nixvim = { globals.mapleader = " "; keymaps = [ + { + key = ""; + action = ":bnext"; + } { key = "t"; action = ":Telescope buffers"; @@ -100,7 +104,7 @@ }; }; project-nvim.enable = true; - snacks.enable = true; + # snacks.enable = true; telescope.enable = true; treesitter = { enable = true;