diff options
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 445dee49593b..58ea68315f10 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; |