nix-conf/hosts/tachibana/users/ahnwuoa/default.nix

10 lines
130 B
Nix
Raw Normal View History

2025-10-25 23:53:47 -04:00
{...}: {
imports = [
../../../../user
];
home.username = "ahnwuoa";
2025-10-31 16:59:20 -04:00
u.has.activitywatch = true;
u.has.jp = true;
2025-10-25 23:53:47 -04:00
}