dotfiles/home/common/devel.nix
2024-08-25 20:25:33 +02:00

31 lines
410 B
Nix

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