75 current 2024-03-01 14:06:14 23.11.4801.b7ee09cf5614 6.1.79 *
Signed-off-by: Sky Hearn <sky.hearn@pm.me>
This commit is contained in:
parent
ff9deb5e40
commit
300a74bc26
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue