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
|
|
@ -11,6 +11,10 @@ in
|
||||||
enable = mkEnableOption "Intel GPUs";
|
enable = mkEnableOption "Intel GPUs";
|
||||||
iHD = mkEnableOption "Use iHD driver instead of i965";
|
iHD = mkEnableOption "Use iHD driver instead of i965";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./cpu.nix
|
||||||
|
];
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
boot.initrd.kernelModules = [ "i915" ];
|
boot.initrd.kernelModules = [ "i915" ];
|
||||||
Loading…
Add table
Add a link
Reference in a new issue