nixos-config/modules/hardware/default.nix

6 lines
68 B
Nix
Raw Normal View History

{ config, lib, ... }:
{
imports = [ ./veikk.nix ./audio.nix ];
}