{ pkgs , config , inputs , system , username , ... }: { imports = [ ../home-mods/audio ../home-mods/common ../home-mods/firefox # ../home-mods/plasma ../home-mods/shell ]; config.home = { inherit username; homeDirectory = "/home/${username}"; stateVersion = "23.05"; }; }