meta: Move shards to neovim config

The neovim config has everything I need for software development, so
having shards there makes sense.
This commit is contained in:
Donovan Glover 2023-06-19 12:10:59 -04:00
parent df92eb1eb4
commit b7ed04d1a2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 20 additions and 3 deletions

View File

@ -15,25 +15,43 @@ in
programs.bat.enable = true; programs.bat.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# c
gcc
clang-tools
# go
go go
gopls gopls
# nix
nil nil
alejandra alejandra
nixpkgs-fmt nixpkgs-fmt
nixfmt nixfmt
# crystal
shards
# node/yarn/deno
nodejs nodejs
npm npm
yarn yarn
deno deno
gcc
# rust
rustc rustc
rustfmt rustfmt
cargo cargo
rust-analyzer rust-analyzer
bacon bacon
# markdown
marksman marksman
# lua
lua-language-server lua-language-server
clang-tools
# tex
texlab texlab
]; ];

View File

@ -75,7 +75,6 @@ let VARIABLES = import ./variables.nix; in {
recode recode
rmlint rmlint
sd sd
shards
smartmontools smartmontools
visidata visidata
scc scc