nix/graphical/media.nix
2026-02-25 21:30:31 +11:00

12 lines
170 B
Nix

{
pkgs,
...
}:
with pkgs;
scope "apps" {
videoPlayer = mpv;
imageViewer = imv;
musicPlayer = resonance;
streamPlayer = feishin;
soulSeek = nicotine-plus;
}