✨ add dev dependencies
This commit is contained in:
parent
2711d6006a
commit
3515c37077
@ -4,6 +4,7 @@
|
||||
./homebrew.nix
|
||||
|
||||
../../modules/base/darwin.nix
|
||||
../../modules/dev
|
||||
../../modules/builder
|
||||
];
|
||||
|
||||
|
23
modules/dev/default.nix
Normal file
23
modules/dev/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
emacs
|
||||
|
||||
# Elixir
|
||||
elixir
|
||||
|
||||
# Golang
|
||||
go
|
||||
gopls
|
||||
|
||||
# Node/JS
|
||||
deno
|
||||
nodejs
|
||||
yarn
|
||||
|
||||
# Rust
|
||||
rustup
|
||||
rust-analyzer
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user