split CPU and GPU from common/cpu/intel

fix #388
This commit is contained in:
Bruno Bigras
2022-03-07 15:20:43 -05:00
parent 850308db3e
commit 53b470587f
5 changed files with 29 additions and 14 deletions

View File

@@ -19,4 +19,8 @@ in
offload.enable = lib.mkDefault true;
# Hardware should specify the bus ID for intel/nvidia devices
};
hardware.opengl.extraPackages = with pkgs; [
vaapiVdpau
];
}