Files
nix/modules/home/develop.nix
2025-04-25 23:10:55 +08:00

19 lines
201 B
Nix

{ pkgs, ... }:
{
imports = [
];
home = {
packages = with pkgs.unstable; [
dbeaver-bin
go
nodejs
yarn
steam-run
jetbrains.idea-community
];
};
}