nix-config/home/features/devel/langs.nix

1 line
70 B
Nix

{ pkgs, ... }: { home.packages = with pkgs; [ nodejs_22 ruby_3_3 ]; }