Added mosh
This commit is contained in:
parent
08ec4bf1e0
commit
6b8318adce
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue