aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hardware.nix
blob: d6bbd949712108bd0c8a1a017a5f987e0b02ac26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, lib, pkgs, ... }:

with lib;

{

  options = { };

  config = {
  };

}