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