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