{
  config,
  pkgs,
  inputs,
  system,
  ...
}: {
  home.packages = with pkgs; [
    (pass.withExtensions (ext: [
      ext.pass-otp
      ext.pass-import
      ext.pass-genphrase
      ext.pass-update
    ]))
    age
    android-tools
    aria
    bc
    bfg-repo-cleaner
    binutils
    bottom
    curl
    dive
    dnsutils
    docker-compose
    du-dust
    esptool
    exercism
    fd
    ffmpeg
    file
    fontconfig
    fossil
    genpass
    git
    gitRepo
    htop
    imagemagick
    inetutils
    jmtpfs
    jpeginfo
    jq
    nix-index
    nix-top
    nixpkgs-fmt
    nmap
    nvd
    ripgrep-all
    rustup
    sops
    speedtest-cli
    ssh-to-age
    tmux
    units
    unzip
    wget
    wl-clipboard
    inputs.nixpkgs-nixos-unstable.legacyPackages."${system}".yt-dlp
  ];
}