{ lib, pkgs, ... }: { home = { packages = with pkgs; [ hello ]; username = "blee"; homeDirectory = "/home/${username}"; stateVersion = "23.11"; }; }