summaryrefslogtreecommitdiff
path: root/templates/system-flake/home/platform/me@foo/default.nix
blob: 6481e858c6983d5e5b7000157d7e74f8f561ea20 (plain)
1
2
3
4
5
6
7
8
9
10
{
  config,
  pkgs,
  ...
}: {
  # Home Manager needs a bit of information about you and the paths it should
  # manage.
  home.username = "ale";
  home.homeDirectory = "/home/ale";
}