From b8a3d9d9edf9fc88d2089f2142cf5c0634c844c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 4 Nov 2019 18:48:08 +0000 Subject: [PATCH] add dnsutils --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 5e93e8ce..a5e5843d 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -29,7 +29,7 @@ in }; environment.systemPackages = with pkgs; [ - wget git gnupg curl tmux python36Packages.glances htop atop firefox home-manager alacritty pciutils powertop linuxPackages_hardened.bcc ripgrep-all fd + wget git gnupg curl tmux python36Packages.glances htop atop firefox home-manager alacritty pciutils powertop linuxPackages_hardened.bcc ripgrep-all fd dnsutils ]; i18n.defaultLocale = "en_GB.UTF-8";