Skip to content

Instantly share code, notes, and snippets.

@daegalus
Created March 30, 2024 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daegalus/5ed3e4e119c9d2bcc30899108c6a4d74 to your computer and use it in GitHub Desktop.
Save daegalus/5ed3e4e119c9d2bcc30899108c6a4d74 to your computer and use it in GitHub Desktop.
{ config, pkgs, ...}:
{
home.packages = with pkgs; [
# Languages
crystal
dart
go
haxe
hashlink # VM for Haxe
nim
rustup
deno
zig
zls
# Containers
podman
podman-compose
buildah
# Tools
golangci-lint
protobuf
terraform
tflint
tealdeer
pkg-config
mage
crystalline
devbox
ldns
flatpak-builder
# Libs
gcc
devbox
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment