nixos/modules/system/hardware/audio/default.nix
Florian RICHER 259cb74fd3
All checks were successful
check / check (push) Successful in 33s
Refactor: Rename hardware.* by category
Fix #5
2025-01-29 21:56:40 +01:00

7 lines
No EOL
51 B
Nix

{ ... }:
{
imports = [
./pipewire.nix
];
}