1
0
Fork 0

Fix target path

This commit is contained in:
Malte Brandy 2020-05-16 17:08:57 +02:00
parent 51806e3323
commit dd82444206
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -4,7 +4,7 @@ let
home-manager = import <home-manager/home-manager/home-manager.nix>;
buildHomeManager = attr:
(home-manager {
confPath = ~/git/config/home.nix;
confPath = ../home.nix;
confAttr = attr;
}).activationPackage;
in lib.mapAttrs (host: configs: