Added mosh

This commit is contained in:
Craige McWhirter 2020-05-27 21:53:59 +10:00
parent 08ec4bf1e0
commit 6b8318adce
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -48,8 +48,9 @@
systemPackages = with pkgs; [ systemPackages = with pkgs; [
byobu # text-based window manager and terminal multiplexer. byobu # text-based window manager and terminal multiplexer.
dnsutils # Bind DNS utilities dnsutils # Bind DNS utilities
htop # interactive process viewer
(if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system (if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system
htop # interactive process viewer
mosh # Mobile shell (ssh replacement)
ncdu # Disk usage analyzer with an ncurses interface ncdu # Disk usage analyzer with an ncurses interface
nix-index # A files database for nixpkgs nix-index # A files database for nixpkgs
powerline-fonts # For zsh themes powerline-fonts # For zsh themes