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

14 lines
174 B
Nix

{
config,
pkgs,
...
}: {
imports = [
../../../../user
];
home.username = "ahnwuoa";
xresources.properties."Xft.dpi" = 120;
u.has.activitywatch = true;
}