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

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

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

  sound.enable = true;
}