Update python packages, add HE-AAC support to AV stuff

This commit is contained in:
Artemis Tosini 2021-08-05 14:01:03 +00:00
parent 8c8669ee81
commit af42bf2109
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
5 changed files with 8 additions and 6 deletions

View file

@ -8,8 +8,8 @@
hwdec = "vaapi";
vo = "gpu";
no-audio-display = "";
audio-normalize-downmix = "";
audio-display = "no";
audio-normalize-downmix = "yes";
replaygain = "track";
};
# Don't make this profile default since not all machines can handle it

View file

@ -13,8 +13,8 @@
fusee-launcher
ncat
pwndbg
python37Packages.binwalk-full
python37Packages.shodan
python3Packages.binwalk-full
python3Packages.shodan
];
users.users.artemis.extraGroups = [ "adbusers" "wireshark" ];

View file

@ -1,13 +1,15 @@
{ config, pkgs, ... }:
let
llvm = pkgs.llvmPackages_12;
ffmpeg-nonfree = pkgs.ffmpeg-full.override { nonfreeLicensing = true; fdkaacExtlib = true; };
mpv = pkgs.wrapMpv (pkgs.mpv-unwrapped.override { ffmpeg = ffmpeg-nonfree; }) { };
in
{
environment.systemPackages = (with pkgs; [
# Audiovisual
darktable
exiftool
ffmpeg-full
ffmpeg-nonfree
flac
gimp
inkscape

View file

@ -41,6 +41,7 @@ in
mako
polkit_gnome
slurp
waypipe
wf-recorder
wl-clipboard
wofi

View file

@ -22,7 +22,6 @@
environment.systemPackages = with pkgs; [
virtmanager
spice_gtk
# swtpm-tpm2
];
users.users = {