···1111 home.username = lib.mkDefault "ianchamberlain";
1212 home.homeDirectory = lib.mkDefault "/home/${config.home.username}";
13131414+ nix.extraOptions = ''
1515+ repl-overlays = ${config.xdg.configHome}/nix/repl-overlays.nix
1616+ '';
1717+1418 programs = {
1519 # Let Home Manager install and manage itself.
1620 home-manager.enable = true;
···4347 # See ../flake.nix for why this exists. It would be nice to make it be a
4448 # relative path instead, but I guess this works, and it's needed since the
4549 # filename ".git" is special to git and can't be checked into the repo.
4646- ".git".source = mkOutOfStoreSymlink /${config.home.homeDirectory}/.local/share/yadm/repo.git;
5050+ ".git".source = mkOutOfStoreSymlink /${config.xdg.dataHome}/yadm/repo.git;
4751 };
48524953 services = {