8 lines
100 B
Nix
8 lines
100 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./boot.nix
|
|
./ld.nix
|
|
./nvidia.nix
|
|
./services.nix
|
|
];
|
|
}
|