Commit for generation 92

This commit is contained in:
2024-09-25 17:34:23 -04:00
parent d7e8373c83
commit 6fa25e9e38
4 changed files with 14 additions and 3 deletions

View File

@@ -59,8 +59,6 @@
alsa-utils
alsa-lib
zsh
rustc
cargo
git
kitty
xwaylandvideobridge

View File

@@ -1,6 +1,7 @@
{
imports = [
./plugins/alpha.nix
./plugins/coq.nix
./plugins/barbar.nix
./plugins/cmp.nix
./plugins/lsp.nix

View File

@@ -0,0 +1,8 @@
{
plugins.coq-nvim = {
enable = true;
settings = {
auto_start = true;
};
};
}

View File

@@ -12,7 +12,11 @@
nil-ls.enable = true;
pyright.enable = true;
sqls.enable = true;
rust-analyzer.enable = true;
rust-analyzer = {
enable = true;
installRustc = true;
installCargo = true;
};
};
};
}