{ config
, lib
, pkgs
, ...
}: {
home.homeDirectory = "/home/${config.home.username}";
xdg.enable = true;
}