diff options
author | stuebinm | 2022-01-28 20:59:35 +0100 |
---|---|---|
committer | stuebinm | 2022-01-28 20:59:35 +0100 |
commit | 5eb20932abae78afc9e5fec50c8beca193622c56 (patch) | |
tree | eed12fe0d934e8a698199c50d0756f333352d0ad | |
parent | f93514255564ac0fe1e41e6c171bfab6a22b600a (diff) |
htop → htop-vim
globally uniform keybindings are a nice thing
-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. |