2021-12-20 13:37:26 -05:00
|
|
|
# Media players and other applications
|
|
|
|
{ config, pkgs, unstable, ... }:
|
|
|
|
{
|
|
|
|
# imports = [ ../../sensitive/mopidy.nix ];
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
# Spotify
|
|
|
|
spotify
|
|
|
|
# Latest version of vlc
|
|
|
|
unstable.vlc
|
|
|
|
# Plex client
|
|
|
|
plex-media-player
|
|
|
|
# OBS studio for screen recording
|
|
|
|
unstable.obs-studio
|
2022-01-31 15:40:53 -05:00
|
|
|
# Soulseek client
|
|
|
|
nicotine-plus
|
2021-12-20 13:37:26 -05:00
|
|
|
];
|
|
|
|
}
|