dotfiles/nix/modules/home-manager/features/desktop/media/default.nix

10 lines
114 B
Nix
Raw Normal View History

2024-11-26 08:40:00 +00:00
{
imports = [
./gimp.nix
2024-11-30 20:41:07 +00:00
./handbrake.nix
2024-11-26 08:40:00 +00:00
./kdenlive.nix
./mpv.nix
./pocket-casts.nix
];
}