nix-config/home/programs/media/media.nix

15 lines
142 B
Nix
Raw Normal View History

2025-03-27 14:59:12 +01:00
{
pkgs,
config,
...
}:
# media - control and enjoy audio/video
{
2025-09-03 10:03:29 +02:00
imports = [
./audio.nix
./image.nix
./webcam.nix
];
2025-03-27 14:59:12 +01:00
}