From 10b9b203a61ba6cf3722b9b5eb4bcbd29efe3abd Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Thu, 17 Oct 2024 15:41:48 +0200 Subject: [PATCH] feat: add programs file, unifdef, doxygen --- modules/core/applications.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/applications.nix b/modules/core/applications.nix index 8d1efae..10103a5 100644 --- a/modules/core/applications.nix +++ b/modules/core/applications.nix @@ -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