obliterate home-manager, rename some elements

This commit is contained in:
atagen 2025-08-13 20:27:25 +10:00
parent 5575604452
commit 226dad50fb
48 changed files with 1268 additions and 1314 deletions

View file

@ -8,9 +8,4 @@
"wheel"
];
};
hm.config.home = {
username = mainUser;
homeDirectory = "/home/${mainUser}";
};
}