18 lines
163 B
Nix
18 lines
163 B
Nix
{
|
|
config,
|
|
lib,
|
|
inputs,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
|
|
imports = [
|
|
./cfsystem.nix
|
|
./nixhelper.nix
|
|
./nvidia.nix
|
|
./patchs.nix
|
|
./self-host.nix
|
|
];
|
|
}
|