about summary refs log tree commit diff
path: root/machines/profpatsch/thinkpad.nix
blob: f8baf806b64450ce6208c50ba9f67088aa1e6693 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# hardware-specific configuration for Profpatsch’s thinkpads.
{ lib, config, pkgs, ... }:

{
  imports = [];

  config = {
    # Enables drivers, acpi, power management
    vuizvui.hardware.thinkpad.enable = true;
  };
}