nix-conf/hosts/hyuganatsu/users/ahnwuoa/default.nix
2024-10-27 12:34:49 -05:00

9 lines
145 B
Nix

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