nix-conf/hosts/hyuganatsu/users/ahnwuoa/default.nix
2025-01-19 10:24:18 -06:00

15 lines
159 B
Nix

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