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.
nixos-template-desktop/app-multimedia.nix

30 lines
447 B
Nix

{ config, libs, pkgs, ... }:
{
imports = [
];
environment.systemPackages = with pkgs; [
# Multimedia
picard
smplayer
## Audio
audacity # montage audio
beep
cmus # lecteur audio console
easytag
paprefs # préferences pulseaudio
pavucontrol # mixer pulseaudio
vorbis-tools
## Video
vlc
## Photo & Dessin vectoriel
gimp
kde4.digikam
inkscape
];
}