From 7330ab9f411b5da3383a8357e332b46012e68164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 4 Jul 2019 21:05:30 +0100 Subject: [PATCH] Add basic tools to the base system --- nixos/common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/common.nix b/nixos/common.nix index b998b752..75375594 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -26,8 +26,7 @@ in }; environment.systemPackages = with pkgs; [ - wget git zsh gnupg curl tmux python36Packages.glances - + wget git zsh gnupg curl tmux python36Packages.glances vim htop atop ]; i18n.defaultLocale = "en_GB.UTF-8";