mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Monica
This commit is contained in:
parent
efa2f4a5e8
commit
0686cac613
4 changed files with 21 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue