blob: 139097f7957df7d5a2f00a2ad302938468ae00b6 (
plain) (
tree)
|
|
{ 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
];
}
|