Update python packages, add HE-AAC support to AV stuff
This commit is contained in:
parent
8c8669ee81
commit
af42bf2109
|
@ -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
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
fusee-launcher
|
||||
ncat
|
||||
pwndbg
|
||||
python37Packages.binwalk-full
|
||||
python37Packages.shodan
|
||||
python3Packages.binwalk-full
|
||||
python3Packages.shodan
|
||||
];
|
||||
|
||||
users.users.artemis.extraGroups = [ "adbusers" "wireshark" ];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -41,6 +41,7 @@ in
|
|||
mako
|
||||
polkit_gnome
|
||||
slurp
|
||||
waypipe
|
||||
wf-recorder
|
||||
wl-clipboard
|
||||
wofi
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
virtmanager
|
||||
spice_gtk
|
||||
# swtpm-tpm2
|
||||
];
|
||||
|
||||
users.users = {
|
||||
|
|
Loading…
Reference in a new issue