Skip to content

Commit

Permalink
Remove mosh, install vim
Browse files Browse the repository at this point in the history
The scrollback buffer doesn't work with mosh, which is annoying.
  • Loading branch information
wagdav committed Aug 24, 2024
1 parent efaf1e9 commit 33ea42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
documentation.enable = false;

environment.systemPackages = with pkgs; [
mosh
vim
];

nix = {
Expand Down

0 comments on commit 33ea42b

Please sign in to comment.