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