[Hardware/Intel] Move intel.nix into intel/default.nix

This commit is contained in:
Antoine Viallon 2023-03-15 09:12:45 +01:00
parent b59e72d549
commit 6fd5c52389
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -12,6 +12,10 @@ in
iHD = mkEnableOption "Use iHD driver instead of i965";
};
imports = [
./cpu.nix
];
config = mkIf cfg.enable {
boot.initrd.kernelModules = [ "i915" ];
hardware.opengl = {