{ pkgs, ... }: { environment.systemPackages = with pkgs; [ git vim ]; users.users."michal".packages = with pkgs; [ socat starship zellij ]; }