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

15 lines
193 B
Nix
Raw Normal View History

2024-12-17 00:16:21 -05:00
{
config,
pkgs,
...
}: {
imports = [
../../../../user
];
home.username = "ahnwuoa";
xresources.properties."Xft.dpi" = 120;
2024-12-31 21:25:02 -05:00
u.has.activitywatch = true;
2025-01-01 20:00:12 -05:00
u.has.jp = true;
2024-12-17 00:16:21 -05:00
}