mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
undo stupid graphic settings
This commit is contained in:
parent
49283fab73
commit
9bda1564c8
2 changed files with 3 additions and 2 deletions
|
|
@ -41,11 +41,12 @@
|
|||
prime = {
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
amdgpuBusId = "PCI:15:0:0";
|
||||
sync.enable = true;
|
||||
#sync.enable = true;
|
||||
};
|
||||
};
|
||||
services.xserver.videoDrivers = [
|
||||
"nvidia"
|
||||
"amdgpu"
|
||||
];
|
||||
|
||||
hardware.amdgpu = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue