treewide: abstract away common configs into common/
This commit is contained in:
parent
b63e0eb372
commit
5407ba7a52
23 changed files with 112 additions and 38 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../../common/pc/laptop ];
|
||||
|
||||
boot = {
|
||||
initrd.kernelModules = [ "pata_via" ];
|
||||
|
||||
|
|
@ -15,8 +17,5 @@
|
|||
|
||||
hardware.firmware = with pkgs; [ intel2200BGFirmware ];
|
||||
|
||||
services.xserver = {
|
||||
synaptics.enable = lib.mkDefault true;
|
||||
videoDrivers = [ "unichrome" ];
|
||||
};
|
||||
services.xserver.videoDrivers = [ "openchrome" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue