nix-conf/hosts/hyuganatsu/users/ahnwuoa/default.nix
2024-12-31 21:25:02 -05:00

14 lines
140 B
Nix

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