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

15 lines
158 B
Nix
Raw Permalink Normal View History

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