This commit is contained in:
niten 2021-11-22 08:03:17 -08:00
parent 82f929eb0d
commit aade448e5f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
let
user = import ./types/user.nix { inherit lib; };
host = import ./types/host.nix { inherit lib; };