fix(nix-hm): reference dots dir by full path

This commit is contained in:
Price Hiller 2024-02-17 17:14:27 -06:00
parent 94642581d1
commit 6e99a380cd
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,6 +1,6 @@
{ self, pkgs, config, inputs, lib, ... }:
let
dotsDir = "${self}/dots";
dotsDir = "${config.home.homeDirectory}/.config/home-manager/dots";
softLinkDots = dir:
(builtins.listToAttrs (map (n: {
name = "${dir + "/" + n}";