You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
436 B
Nix

packages: {config, ...}: {
environment.systemPackages = with packages; [
# Video
nixpkgs.mplayer
nixpkgs.mpv
nixpkgs.vlc
nixpkgs.kodi
# Audio
nixpkgs.tomahawk
nixpkgs.audacious
nixpkgs.mpg321
# Documents
nixpkgs.evince
nixpkgs.djvulibre
# Images
nixpkgs.gqview
# Utilities
nixpkgs.mediainfo
];
}