From 762d3f98b973dc931e8e05a064e31083ed3ca02f Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Fri, 5 Apr 2024 18:08:26 -0400 Subject: [PATCH] Install a handful of utils --- nixos.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos.nix b/nixos.nix index ae0c7ef..d14029b 100644 --- a/nixos.nix +++ b/nixos.nix @@ -114,6 +114,7 @@ let systemInformation = import ./system/system-information.nix; in # List packages installed in system profile. To search, run: environment.systemPackages = with pkgs; [ + git wget gnumake htop @@ -125,6 +126,10 @@ let systemInformation = import ./system/system-information.nix; in pavucontrol nix-index nix-output-monitor + zbar + tone + moreutils + mediainfo gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav gst_all_1.gst-vaapi gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-good gst_all_1.gst-plugins-ugly ]; environment.gnome.excludePackages = with pkgs.gnome; [