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 ]; }