nixos: Pass tf to home-manager

This commit is contained in:
kat witch 2021-04-26 21:06:59 +01:00
parent e77c60a0fa
commit a868600ab0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, sources, witch, options, hostName, ... }:
{ pkgs, config, lib, sources, tf, witch, options, hostName, ... }:
{
@ -20,7 +20,7 @@
type = lib.types.attrsOf (lib.types.submoduleWith {
modules = [ ];
specialArgs = {
inherit sources witch hostName;
inherit sources witch hostName tf;
superConfig = config;
modulesPath = sources.home-manager + "/modules";
};