collate recent changes back to master

This commit is contained in:
atagen 2025-06-18 01:16:11 +10:00
commit 92ed39cb83
258 changed files with 5169 additions and 16379 deletions

10
home/util/name.nix Normal file
View file

@ -0,0 +1,10 @@
{
mainUser,
...
}:
{
config.home = {
username = mainUser;
homeDirectory = "/home/${mainUser}";
};
}