Files
nix/modules/home/develop.nix

13 lines
122 B
Nix

{ pkgs, ... }:
{
home = {
packages = with pkgs; [
dbeaver-bin
go
nodejs
yarn
];
};
}