{ config, pkgs, ... }: { users.users.yoda = { packages = with pkgs; [ htop screen ]; }; }