{config, pkgs, ...}: { programs = { vim.enable = true; git.enable = true; }; environment.systemPackages = with pkgs; [ acpi wget ]; }