Add a variable holding user info

This commit is contained in:
Manuel Thalmann 2024-05-11 20:11:35 +02:00
parent c5616b9e83
commit 0c5c3ee951

View file

@ -131,6 +131,10 @@
config = machineConfig;
};
userInfo = {
name = username;
} // user;
userConfig = user;
};
})