summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/infrastructure.nix
blob: 4372f2304957b521456059aca2a071e4c02c63d2 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    flyctl
    nodePackages_latest.wrangler
    nodePackages_latest.vercel
  ];
}