diff options
-rw-r--r-- | common/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix index 073b8c5..947ad9e 100644 --- a/common/common.nix +++ b/common/common.nix @@ -9,7 +9,7 @@ time.timeZone = "Europe/Amsterdam"; environment.systemPackages = with pkgs; [ - wget vim htop dnsutils inetutils iftop manpages + wget vim htop-vim dnsutils inetutils iftop manpages ]; # Select internationalisation properties. |