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

15 lines
159 B
Nix
Raw Normal View History

2024-11-29 01:48:44 -05:00
{
config,
pkgs,
lib,
...
}: {
2024-10-27 02:36:51 -04:00
imports = [
../../../../user
];
home.username = "ahnwuoa";
2024-12-31 21:25:02 -05:00
u.has.activitywatch = true;
2025-01-19 11:24:18 -05:00
u.has.jp = true;
2024-10-27 02:36:51 -04:00
}