feat: add programs
This commit is contained in:
parent
cf370e0c93
commit
89582bd9cc
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
neofetch # A fast, highly customizable system info script
|
neofetch # A fast, highly customizable system info script
|
||||||
lsd # The next gen ls command
|
lsd # The next gen ls command
|
||||||
ripgrep # A utility that combines the usability of The Silver Searcher with the raw speed of grep
|
ripgrep # A utility that combines the usability of The Silver Searcher with the raw speed of grep
|
||||||
|
ripgrep-all # Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, and more
|
||||||
expect # A tool for automating interactive applications
|
expect # A tool for automating interactive applications
|
||||||
jq # A lightweight and flexible command-line JSON processor
|
jq # A lightweight and flexible command-line JSON processor
|
||||||
unzip # An extraction utility for archives compressed in .zip format
|
unzip # An extraction utility for archives compressed in .zip format
|
||||||
|
|
@ -16,6 +17,7 @@
|
||||||
xidel # Command line tool to download and extract data from HTML/XML pages as well as JSON APIs
|
xidel # Command line tool to download and extract data from HTML/XML pages as well as JSON APIs
|
||||||
nvd # Nix/NixOS package version diff tool
|
nvd # Nix/NixOS package version diff tool
|
||||||
inotify-tools # a C library and a set of command-line programs providing a simple interface to inotify
|
inotify-tools # a C library and a set of command-line programs providing a simple interface to inotify
|
||||||
|
ghostscript # postscript interpreter (mainline version)
|
||||||
] ++ lib.optionals (devenv.enable) [
|
] ++ lib.optionals (devenv.enable) [
|
||||||
# languages
|
# languages
|
||||||
gcc13
|
gcc13
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,8 @@
|
||||||
gimp # the gnu image manipulation program
|
gimp # the gnu image manipulation program
|
||||||
calibre # comprehensive e-book software
|
calibre # comprehensive e-book software
|
||||||
libreoffice # comprehensive, professional-quality productivity suite, a variant of openoffice.org
|
libreoffice # comprehensive, professional-quality productivity suite, a variant of openoffice.org
|
||||||
|
xournalpp # a handwriting notetaking software with pdf annotation support
|
||||||
|
libsForQt5.okular # kde document viewer
|
||||||
carla # audio plugin host
|
carla # audio plugin host
|
||||||
picard # musicbrainz picard audio file tagger
|
picard # musicbrainz picard audio file tagger
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue