about summary refs log tree commit diff
path: root/modules/workstation/hardware/default.nix
blob: 64e06aecf3631c2c94683520840ce29a283ae73b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:

{
  imports = [ ./keyboard ./libinput ./yubikey ];

  environment.systemPackages = with pkgs; [ brightnessctl ddrescue usbutils ];

  hardware.sane.enable = true;

  sound.enable = true;
}