mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02:00
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;
|
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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -75,7 +75,6 @@ let VARIABLES = import ./variables.nix; in {
|
|||||||
recode
|
recode
|
||||||
rmlint
|
rmlint
|
||||||
sd
|
sd
|
||||||
shards
|
|
||||||
smartmontools
|
smartmontools
|
||||||
visidata
|
visidata
|
||||||
scc
|
scc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user