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

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

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

  sound.enable = true;
}