trivionomicon/templates/system-flake/home/platform/me@foo/default.nix
2025-01-26 15:42:00 -06:00

11 lines
184 B
Nix

{
config,
pkgs,
...
}: {
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "ale";
home.homeDirectory = "/home/ale";
}