mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
airis/n990: fix evaluation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
@@ -13,10 +13,10 @@
|
||||
];
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
videoDriver = "unichrome";
|
||||
synaptics.enable = true;
|
||||
};
|
||||
hardware.firmware = with pkgs; [ intel2200BGFirmware ];
|
||||
|
||||
networking.enableIntel2200BGFirmware = true;
|
||||
services.xserver = {
|
||||
synaptics.enable = lib.mkDefault true;
|
||||
videoDrivers = [ "unichrome" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user