about summary refs log tree commit diff
path: root/hardware/thinkpad/default.nix
blob: 139097f7957df7d5a2f00a2ad302938468ae00b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ pkgs, ... }:
{
  imports = [ ./hardware.nix ];

  # nvramtool settings:
  #
  # fn_ctrl_swap = Enable
  # wwan = Disable
  # me_state = Disable
  # gfx_uma_size = 128M

  environment.systemPackages = with pkgs; [
    flashrom
    nvramtool
  ];
}