about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 445dee4959..58ea68315f 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -193,6 +193,7 @@ in lib.fix(self: {
     fish.enable = true;
     light.enable = true;
     ssh.startAgent = true;
+    mosh.enable = true;
 
     # Required by impermanence
     fuse.userAllowOther = true;