dotfiles/home/common/devel.nix
Daniel Lundin 21c038baf5
neovim: add nil, nxd langauge servers
couldn't get the mason installed one to work
2024-09-29 17:49:27 +02:00

32 lines
418 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
age-plugin-fido2-hmac
bacon
cargo
clang
codeium
comma
dogdns
gnumake
go
just
ldns
minio-client
nil
nixd
nixfmt-rfc-style
nodejs_22
passage
rage
prettierd
rust-analyzer
rustc
stylua
tree-sitter
];
home.sessionVariables = {
GOPROXY = "https://athena.patagia.dev";
};
}