mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
nixos: Pass tf to home-manager
This commit is contained in:
parent
e77c60a0fa
commit
a868600ab0
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue