trivionomicon/templates/system-flake/home/platform/me@foo/default.nix

11 lines
184 B
Nix
Raw Normal View History

2025-01-26 22:38:38 +01:00
{
config,
pkgs,
...
}: {
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "ale";
home.homeDirectory = "/home/ale";
}