[Hardware/Nvidia] Add better NVidia GPU support, including proprietary drivers

This commit is contained in:
Antoine Viallon 2022-02-28 22:53:09 +01:00
parent cab07f3d14
commit 37ff0a5320
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
4 changed files with 58 additions and 2 deletions

View file

@ -0,0 +1,6 @@
{config, ...}:
{
imports = [
./vgpu.nix
];
}