{ pkgs, ... }: {
users.users.david = {
isNormalUser = true;
homeSize = "50g";
homeProjectId = 100;
packages = with pkgs; [
emacs
];
};
}