{ config, pkgs, ... }: { programs = { }; environment.systemPackages = with pkgs; [ git tldr vim ]; }