beatific: add ffmpeg
This commit is contained in:
parent
052159afb7
commit
b27f99616a
|
@ -77,7 +77,6 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg # omnipotent media tool
|
||||
pv # zfs send progress meter
|
||||
smartmontools # provides smartctl drive inspector
|
||||
];
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
swapDevices = [ { device = "/swap"; size = 1024; } ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg
|
||||
lsof # list open files
|
||||
mkpasswd # used for setting SMB passwords, I think?
|
||||
samba # provides smbpasswd, mostly
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
bitwarden
|
||||
bitwarden-cli
|
||||
comic-mono
|
||||
ffmpeg
|
||||
firefox
|
||||
gnome.gnome-terminal
|
||||
gthumb
|
||||
|
|
|
@ -63,6 +63,8 @@ in {
|
|||
cp = "cp -rp";
|
||||
xo = "xdg-open";
|
||||
smv = "rsync -v --remove-source-files";
|
||||
ffprobe = "ffprobe -hide_banner";
|
||||
ffmpeg = "ffmpeg -hide_banner";
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
"...." = "cd ../../..";
|
||||
|
@ -104,6 +106,7 @@ in {
|
|||
curl # omnipotent URL tool
|
||||
duf # disk-free checker
|
||||
exiftool # media tag tool
|
||||
ffmpeg # omnipotent media tool
|
||||
file # file type inspector
|
||||
htmlq # jq for html
|
||||
jq # jq for json
|
||||
|
|
Loading…
Reference in New Issue