{ pkgs, ... }:

{
  # Install fstl
  home.packages = with pkgs; [
    fstl
  ];
}