mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
6 lines
53 B
Nix
6 lines
53 B
Nix
{config, ...}:
|
|
{
|
|
imports = [
|
|
./vgpu.nix
|
|
];
|
|
}
|