nixos/modules/system/hardware/graphics/default.nix

7 lines
49 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./nvidia.nix
];
}