feat: add programs file, unifdef, doxygen

This commit is contained in:
Jacob Bachmann 2024-10-17 15:41:48 +02:00
parent 90dcafe07f
commit 10b9b203a6
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -8,6 +8,7 @@
environment.systemPackages =
lib.optionals config.bchmnn.collections.cli-utils.enable [
pkgs.file # program that shows the type of files
pkgs.pciutils # a collection of programs for inspecting and manipulating configuration of pci devices
pkgs.usbutils # tools for working with usb devices, such as lsusb
pkgs.lshw # provide detailed information on the hardware configuration of the machine
@ -39,6 +40,8 @@
pkgs.gcc13
pkgs.clang
pkgs.universal-ctags # a maintained ctags implementation
pkgs.unifdef # selectively remove c preprocessor conditionals
pkgs.doxygen # source code documentation generator tool
pkgs.rustc
pkgs.cargo # downloads your rust project's dependencies and builds your project
pkgs.go # go programming language