nix+emacs: Zig and Gleam

This commit is contained in:
Raine Godmaire 2024-05-17 08:02:37 -04:00
parent d224a81160
commit 76eb9c723d
3 changed files with 7 additions and 2 deletions

View file

@ -181,7 +181,7 @@
;;terra ; Earth and Moon in alignment for performance. ;;terra ; Earth and Moon in alignment for performance.
(web +lsp) ; the tubes (web +lsp) ; the tubes
(yaml +lsp) ; JSON, but readable (yaml +lsp) ; JSON, but readable
;;zig ; C, but simpler (zig +lsp) ; C, but simpler
:email :email
;;(mu4e +org +gmail) ;;(mu4e +org +gmail)

View file

@ -21,6 +21,7 @@
:repo "godmaire/charm-freeze.el" :repo "godmaire/charm-freeze.el"
:branch "main")) :branch "main"))
(package! gleam-mode :recipe (:host github :repo "gleam-lang/gleam-mode" :branch "main"))
(package! protobuf-mode) (package! protobuf-mode)
(package! prisma-mode :recipe (:host github :repo "pimeys/emacs-prisma-mode" :branch "main")) (package! prisma-mode :recipe (:host github :repo "pimeys/emacs-prisma-mode" :branch "main"))

View file

@ -34,8 +34,12 @@
luajit luajit
luajitPackages.fennel luajitPackages.fennel
# Rust # Languages
elixir
gleam
go
rustup rustup
zig
# System # System
ansible ansible