home/common | upstream changes
This commit is contained in:
parent
4401ff3199
commit
413397a844
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue