From 96d6c0b5dc302cb15d3d50e9fc88562d50e8b345 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sun, 2 Jan 2022 19:53:09 +0100 Subject: [PATCH] add mosh support --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 83bbf23..87a431f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,7 +73,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - git htop lsof nano screen sqlite tcpdump traceroute vim wget + git htop lsof mosh nano screen sqlite tcpdump traceroute vim wget ]; # Some programs need SUID wrappers, can be configured further or are