Massive refactoring in configurable modules

This commit is contained in:
Antoine Viallon 2022-01-21 20:04:40 +01:00
commit 4319f5a3cc
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
14 changed files with 603 additions and 0 deletions

8
hardware/intel.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
with lib;
#let
# inherit (cfg);
#in
{
boot.initrd.kernelModules = [ "i915" ];
}