75 current 2024-03-01 14:06:14 23.11.4801.b7ee09cf5614 6.1.79 *
This commit is contained in:
parent
a2735e25cc
commit
ffa53ad2e8
|
@ -101,7 +101,6 @@ clipcatd &
|
||||||
neofetch
|
neofetch
|
||||||
ncpamixer
|
ncpamixer
|
||||||
tree
|
tree
|
||||||
neovim
|
|
||||||
xclip
|
xclip
|
||||||
grpc
|
grpc
|
||||||
clipcat
|
clipcat
|
||||||
|
@ -121,7 +120,6 @@ clipcatd &
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
@ -140,18 +138,19 @@ clipcatd &
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.neovim.plugins = [
|
programs.neovim = {
|
||||||
pkgs.vimPlugins.nvim-lspconfig
|
enable = true;
|
||||||
{
|
defaultEditor = true;
|
||||||
plugin = pkgs.vimPlugins.nvim-lspconfig;
|
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";
|
home.stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
# List packages installed in system profile. To search, run:
|
# 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
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
programs.mtr.enable = true;
|
programs.mtr.enable = true;
|
||||||
programs.gnupg.agent = {
|
|
||||||
enable = true;
|
|
||||||
enableSSHSupport = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue