fix(nix-hm): reference dots dir by full path
This commit is contained in:
parent
94642581d1
commit
6e99a380cd
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user