{ pkgs, ... }: { imports = [ ./keyboard ./libinput ./yubikey ]; environment.systemPackages = with pkgs; [ brightnessctl ddrescue ]; sound.enable = true; }