mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 17:57:50 +00:00
8 lines
111 B
Nix
8 lines
111 B
Nix
{ config, pkgs, lib, ... }:
|
|
with lib;
|
|
#let
|
|
# inherit (cfg);
|
|
#in
|
|
{
|
|
boot.initrd.kernelModules = [ "i915" ];
|
|
}
|