nix-conf/hosts/tachibana/users/ahnwuoa/default.nix
2025-10-31 15:59:20 -05:00

10 lines
130 B
Nix

{...}: {
imports = [
../../../../user
];
home.username = "ahnwuoa";
u.has.activitywatch = true;
u.has.jp = true;
}