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

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

  environment.systemPackages = with pkgs; [ ddrescue ];

  sound.enable = true;
}