Initial commit
This commit is contained in:
15
modules/development/packages.nix
Normal file
15
modules/development/packages.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Languages
|
||||
nodejs
|
||||
python3
|
||||
go
|
||||
just
|
||||
nodejs
|
||||
|
||||
|
||||
# Tooling
|
||||
zellij
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user