Refactor Systems

This commit is contained in:
jopejoe1 2023-03-14 13:50:59 +01:00
parent 4d7de09ec4
commit 9c32ed314c
8 changed files with 101 additions and 70 deletions

View file

@ -5,17 +5,6 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
hardware.nvidia.prime = {
offload.enable = false;
sync.enable = true;
# Bus ID of the Intel GPU. You can find it using lspci, either under 3D or VGA
intelBusId = "PCI:0:2:0";
# Bus ID of the NVIDIA GPU. You can find it using lspci, either under 3D or VGA
nvidiaBusId = "PCI:1:0:0";
};
boot = {
kernelPackages = pkgs.linuxPackages_zen;
@ -49,6 +38,4 @@
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
hardware.bluetooth.enable = true;
}