nix-conf/hosts/hyuganatsu/users/ahnwuoa/default.nix
2024-10-27 13:05:06 -05:00

8 lines
89 B
Nix

{config, ...}: {
imports = [
../../../../user
];
home.username = "ahnwuoa";
}