From eb9d5f56838c8ae1f991219420d1bd703f5db826 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 4 Jul 2023 16:48:14 +0530 Subject: pkgs: add dig, geoip, and dash --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index b46f5ec..54fca6d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,6 +33,8 @@ in isNormalUser = true; extraGroups = [ "wheel" ]; packages = with pkgs; [ + geoipWithDatabase + dig nnn shellcheck ffmpeg-full @@ -52,6 +54,7 @@ in environment = { binsh = "${pkgs.dash}/bin/dash"; systemPackages = with pkgs; [ + dash unzip bc file -- cgit v1.2.3