{ pkgs, ... }:

{
  home.packages = with pkgs; [
    sccache
    nix-output-monitor
    docker
    nixfmt-rfc-style
    meson
    ninja
    fh
  ];
}