This commit is contained in:
Hadi
2024-08-20 00:17:10 +02:00
parent ac2223ad24
commit d254085e29
3 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
imports = [
../modules/fonts.nix
../modules/nvidia.nix
# ../modules/prime.nix
../modules/prime.nix
../modules/zsh.nix
../modules/tuigreet.nix
../modules/auto-upgrade.nix

View File

@@ -1,11 +1,11 @@
{
hardware.nvidia.prime = {
offload = {
enable = true;
enableOffloadCmd = true;
};
# offload = {
# enable = true;
# enableOffloadCmd = true;
# };
# sync.enable = true;
sync.enable = true;
amdgpuBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";