mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 09:47:52 +00:00
8 lines
96 B
Nix
8 lines
96 B
Nix
{config, ...}:
|
|
{
|
|
imports = [
|
|
./vgpu.nix
|
|
./proprietary.nix
|
|
./opensource.nix
|
|
];
|
|
}
|