feat: a lot

This commit is contained in:
Jacob Bachmann 2024-02-12 11:49:35 +01:00
parent d0c7269927
commit 7ff831ee1c
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
13 changed files with 128 additions and 79 deletions

View file

@ -1,15 +1,16 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
gopass
gopass-jsonapi
yt-dlp
gopass # slightly more awesome standard unix password manager for teams. written in go
gopass-jsonapi # enables communication with gopass via json messages
yt-dlp # command-line tool to download videos from youtube.com and other sites (youtube-dl fork)
ranger # a vim-inspired filemanager for the console
gdu # fast disk usage analyzer with console interface written in go
duf # disk usage/free utility - a better 'df' alternative
phoronix-test-suite # the phoronix test suite open-source, cross-platform automated testing/benchmarking software
ffmpeg
texliveFull
ffmpeg # complete, cross-platform solution to record, convert and stream audio and video
texliveFull # tex live environment
imagemagick # software suite to create, edit, compose, or convert bitmap images
];
}