This commit is contained in:
4DBug
2026-02-27 10:59:22 -06:00
parent 1583ad75ee
commit 84974b56ad
6 changed files with 57 additions and 14 deletions

View File

@@ -9,7 +9,13 @@ in {
nix.users.bug = bug;
laptop.users.bug = bug;
box.users.bug = bug;
box.users.levi = {
isNormalUser = true;
description = "levi";
group = "levi";
};
};
den.homes.x86_64-linux.bug = { aspect = "bug"; };
den.homes.x86_64-linux.levi = { aspect = "levi"; };
}