{pkgs, ...}: {
  environment.systemPackages = with pkgs; [
    jre_minimal
    git
    zsh
    neovim
    btrfs-progs
  ];
}