{
config,
lib,
pkgs,
...
}: {
imports = [
./baseline.nix
./yubikey.nix
./audio.nix
./graphics.nix
];
}