they merged the pr
This commit is contained in:
parent
9ce13939e3
commit
a0767a1a09
1 changed files with 8 additions and 9 deletions
|
@ -68,15 +68,14 @@
|
|||
};
|
||||
};
|
||||
hardware = {
|
||||
# TODO Uncomment this on next flake update
|
||||
# nvidia = {
|
||||
# enable = true;
|
||||
# prime = {
|
||||
# enable = true;
|
||||
# intelBusId = "PCI:0:2:0";
|
||||
# nvidiaBusId = "PCI:1:0:0";
|
||||
# };
|
||||
# };
|
||||
nvidia = {
|
||||
enable = true;
|
||||
prime = {
|
||||
enable = true;
|
||||
intelBusId = "PCI:0:2:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
};
|
||||
intelgputools.enable = true;
|
||||
pipewire.enable = true;
|
||||
bluetooth.enable = true;
|
||||
|
|
Loading…
Reference in a new issue