diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 16:48:14 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 16:55:08 +0530 |
commit | c8c5542f8e7d536cb07562d1639ccc03aa0c3c1c (patch) | |
tree | d03e82293cac71a049ba23178178fbfc3d1159d7 | |
parent | 06e99acc73439dd7822a00f7ddb70c350c2343dd (diff) |
pkgs: add dig, geoip, and dash
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |