75 current 2024-03-01 14:06:14 23.11.4801.b7ee09cf5614 6.1.79 *

This commit is contained in:
Sky Hearn 2024-03-01 14:06:19 -08:00
parent a2735e25cc
commit ffa53ad2e8
1 changed files with 12 additions and 17 deletions

View File

@ -101,7 +101,6 @@ clipcatd &
neofetch
ncpamixer
tree
neovim
xclip
grpc
clipcat
@ -120,7 +119,6 @@ clipcatd &
};
};
};
programs.bash = {
enable = true;
@ -140,18 +138,19 @@ clipcatd &
};
};
programs.neovim.plugins = [
pkgs.vimPlugins.nvim-lspconfig
{
plugin = pkgs.vimPlugins.nvim-lspconfig;
}
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
plugins = with pkgs.vimPlugins; [
nvim-lspconfig
nvim-treesitter.withAllGrammars
];
};
pkgs.vimPlugins.nvim-tree-lua
{
plugin = pkgs.vimPlugins.vim-startify;
config = "let g:startify_change_to_vcs_root = 0";
}
];
home.stateVersion = "23.11";
};
# List packages installed in system profile. To search, run:
@ -176,10 +175,6 @@ clipcatd &
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
# List services that you want to enable: