diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-07-28 17:42:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-07-28 17:42:21 +0530 |
commit | 6f67d682644a6e0a676b075d58dd5104a04e876e (patch) | |
tree | 9d99dff77e30fcbef0de26852d4d9d09af949ce0 | |
parent | 1db71f4dbc3c2cece6273813b918679bb10c8b72 (diff) |
pkgs: add yt-dlp
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index d3e2838..3a365f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,6 +33,7 @@ in isNormalUser = true; extraGroups = [ "wheel" "adbusers" ]; packages = with pkgs; [ + yt-dlp geoipWithDatabase dig nnn |