{ pkgs, ... }: {
users.users.elena = {
isNormalUser = true;
extraGroups = [ ];
homeSize = "50g";
homeProjectId = 125;
packages = with pkgs; [
];
};
}