Initial
This commit is contained in:
commit
24a865004a
94 changed files with 6074 additions and 0 deletions
14
profiles/nvidia/default.nix
Normal file
14
profiles/nvidia/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ host, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../hosts/${host}
|
||||
../../modules/drivers
|
||||
../../modules/core
|
||||
];
|
||||
|
||||
drivers.amdgpu.enable = false;
|
||||
drivers.nvidia.enable = true;
|
||||
drivers.nvidia-prime.enable = false;
|
||||
drivers.intel.enable = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue