diff options
Diffstat (limited to 'modules/intel-gpu.nix')
-rw-r--r-- | modules/intel-gpu.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/intel-gpu.nix b/modules/intel-gpu.nix deleted file mode 100644 index b44ddad..0000000 --- a/modules/intel-gpu.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, pkgs, ... }: - -{ hardware.opengl.extraPackages = with pkgs; [ - vaapiIntel - ]; - - boot.earlyVconsoleSetup = true; - boot.initrd.kernelModules = [ - "i915" - ]; - boot.kernelModules = [ - "i915" - ]; -} |