mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 16:30:42 +00:00
Fix nvidia on hybrid setups
This commit is contained in:
parent
d1e70957f2
commit
deee4df653
4 changed files with 60 additions and 16 deletions
|
@ -59,7 +59,7 @@
|
|||
virtual-machine = false;
|
||||
};
|
||||
cpu.type = "amd";
|
||||
gpu.type = "nvidia";
|
||||
gpu.type = "hybrid-nvidia";
|
||||
hasTPM = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue