1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-25 05:58:31 +02:00
nixos-hardware/lenovo/thinkpad/x220/default.nix

10 lines
195 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ../. ];
# hard disk protection if the laptop falls
services.hdapsd.enable = lib.mkDefault true;
services.xserver.videoDrivers = [ "intel" ];
}