feat: big refactor
This commit is contained in:
parent
2c09c21833
commit
ebedec9768
159 changed files with 1927 additions and 2222 deletions
22
modules/home-manager/applications.nix
Normal file
22
modules/home-manager/applications.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.gopass # slightly more awesome standard unix password manager for teams. written in go
|
||||
pkgs.gopass-jsonapi # enables communication with gopass via json messages
|
||||
pkgs.yt-dlp # command-line tool to download videos from youtube.com and other sites (youtube-dl fork)
|
||||
pkgs.gdu # fast disk usage analyzer with console interface written in go
|
||||
pkgs.duf # disk usage/free utility - a better 'df' alternative
|
||||
pkgs.stress # simple workload generator for posix systems. it imposes a configurable amount of cpu, memory, i/o, and disk stress on the system
|
||||
pkgs.s-tui # stress-terminal ui monitoring tool
|
||||
pkgs.fio # flexible io tester - an io benchmark tool
|
||||
pkgs.ffmpeg # complete, cross-platform solution to record, convert and stream audio and video
|
||||
pkgs.texliveFull # tex live environment
|
||||
pkgs.imagemagick # software suite to create, edit, compose, or convert bitmap images
|
||||
pkgs.ghostscript # postscript interpreter (mainline version)
|
||||
pkgs.pdftk # command-line tool for working with pdfs
|
||||
pkgs.ventoy-full # bootable usb solution
|
||||
pkgs.unstable.isisdl # downloader for isis of tu-berlin
|
||||
pkgs.sage # open source mathematics software, free alternative to magma, maple, mathematica, and matlab
|
||||
pkgs.filebrowser # filebrowser is a web application for managing files and directories
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue