This commit is contained in:
Kat Inskip 2023-08-20 14:08:11 -07:00
parent efa2f4a5e8
commit 0686cac613
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 21 additions and 4 deletions

View file

@ -1,13 +1,12 @@
_: let
<<<<<<< HEAD
hostConfig = {
lib,
tree,
inputs,
...
}: let
hostConfig = {lib, tree, modulesPath, inputs, pkgs, ...}: let
inherit (lib.modules) mkForce mkAfter;
}:
let
inherit (lib.modules) mkForce;
in {
imports = with tree; [
inputs.wsl.nixosModules.wsl