home/common | upstream changes

This commit is contained in:
Don Harper 2025-08-05 13:35:43 -05:00
parent 4401ff3199
commit 413397a844
2 changed files with 5 additions and 2 deletions

View file

@ -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;
}

View file

@ -5,6 +5,10 @@
nixvim = {
globals.mapleader = " ";
keymaps = [
{
key = "<Tab>";
action = ":bnext<CR>";
}
{
key = "<leader>t";
action = ":Telescope buffers<CR>";
@ -100,7 +104,7 @@
};
};
project-nvim.enable = true;
snacks.enable = true;
# snacks.enable = true;
telescope.enable = true;
treesitter = {
enable = true;