nix-config/modules/home-manager/desktop/media/default.nix

8 lines
75 B
Nix
Raw Normal View History

2025-04-23 23:05:45 +01:00
{
imports = [
2025-04-24 02:36:13 +01:00
./handbrake.nix
./makemkv.nix
2025-04-23 23:05:45 +01:00
./mpv.nix
];
}