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