mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware/Intel] Move intel.nix into intel/default.nix
This commit is contained in:
parent
b59e72d549
commit
6fd5c52389
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue