nix-conf/hosts/hyuganatsu/users/ahnwuoa/default.nix
2025-03-03 01:22:23 -06:00

16 lines
177 B
Nix

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