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;