{ config, pkgs, ... }:

{ environment.systemPackages = with pkgs; [
    git
    stow
    fzf
    ghq
  ];
}