Clean up dependencies and update inputs

This commit is contained in:
Fabian Hauser 2024-10-19 22:28:18 +03:00
parent 6475c5fd02
commit e62fdad8b1
6 changed files with 31 additions and 53 deletions

View file

@ -58,7 +58,6 @@
]
++ [
# office
calibre
libreoffice-fresh # TODO: Dictionaries, nixos/nixpkgs#14430
tectonic
pandoc

View file

@ -21,7 +21,6 @@
home.packages =
with pkgs;
[
vlc
v4l-utils
playerctl
yt-dlp
@ -31,15 +30,14 @@
gnome-sound-recorder
enblend-enfuse
ffmpeg
mplayer
sox # TODO: mencoder?
#sox mencoder
vorbis-tools
vorbisgain
opusTools
flac
lame
id3lib
id3v2 # TODO: icedax?
id3v2 # icedax
pasystray
pavucontrol
spotify
@ -49,9 +47,7 @@
gimp
hugin
lensfun
luminanceHDR
darktable
gphoto2
inkscape
ghostscript
]
@ -59,16 +55,17 @@
# Codecs for Audio and Video
vobcopy
libdv
libdvbpsi # TODO: librtmp?
libdvbpsi # librtmp
xvidcore
x264
gst_all_1.gstreamer
gst_all_1.gst-vaapi
gst_all_1.gst-rtsp-server
gst_all_1.gst-libav
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-ugly
];
] ++ (with gst_all_1; [
gstreamer
gst-vaapi
gst-rtsp-server
gst-libav
gst-plugins-base
gst-plugins-bad
gst-plugins-good
gst-plugins-ugly
]);
}