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

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

  sound.enable = true;
}