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";