From 33ea42b536ca07c0e88611344f400e28b09d87a8 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Sat, 24 Aug 2024 21:50:51 +0200 Subject: [PATCH] Remove mosh, install vim The scrollback buffer doesn't work with mosh, which is annoying. --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index dbb85b8..61670b1 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -9,7 +9,7 @@ documentation.enable = false; environment.systemPackages = with pkgs; [ - mosh + vim ]; nix = {