forked from extern/nix-config
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:
parent
df92eb1eb4
commit
b7ed04d1a2
@ -15,25 +15,43 @@ in
|
||||
programs.bat.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# c
|
||||
gcc
|
||||
clang-tools
|
||||
|
||||
# go
|
||||
go
|
||||
gopls
|
||||
|
||||
# nix
|
||||
nil
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
nixfmt
|
||||
|
||||
# crystal
|
||||
shards
|
||||
|
||||
# node/yarn/deno
|
||||
nodejs
|
||||
npm
|
||||
yarn
|
||||
deno
|
||||
gcc
|
||||
|
||||
# rust
|
||||
rustc
|
||||
rustfmt
|
||||
cargo
|
||||
rust-analyzer
|
||||
bacon
|
||||
|
||||
# markdown
|
||||
marksman
|
||||
|
||||
# lua
|
||||
lua-language-server
|
||||
clang-tools
|
||||
|
||||
# tex
|
||||
texlab
|
||||
];
|
||||
|
||||
|
@ -75,7 +75,6 @@ let VARIABLES = import ./variables.nix; in {
|
||||
recode
|
||||
rmlint
|
||||
sd
|
||||
shards
|
||||
smartmontools
|
||||
visidata
|
||||
scc
|
||||
|
Loading…
Reference in New Issue
Block a user