Skip to content

Commit

Permalink
feat: gleam/erlang setup
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Oct 9, 2024
1 parent 8b18e4d commit 7be3288
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions users/uncenter/apps/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ let
"esbenp.prettier-vscode"
"fortran-lang.linter-gfortran"
"github.vscode-github-actions"
"gleam.gleam"
"golang.go"
"graphql.vscode-graphql-syntax"
"griimick.vhs"
Expand Down
1 change: 1 addition & 0 deletions users/uncenter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
./programs/fzf.nix
./programs/git.nix
./programs/glamour.nix
./programs/gleam.nix
./programs/helix.nix
./programs/izrss.nix
./programs/lazygit.nix
Expand Down
11 changes: 11 additions & 0 deletions users/uncenter/programs/gleam.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
erlang_26
gleam
rebar3

# Required for Lustre's dev server.
inotify-tools
];
}

0 comments on commit 7be3288

Please sign in to comment.