From 6d4e2b5157cf12873e7745b06a67f53e78fd0ab3 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 5 Jun 2021 09:13:41 +0300 Subject: [PATCH] stuff --- profiles/core/default.nix | 1 + users/patriot/default.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/profiles/core/default.nix b/profiles/core/default.nix index f6d14c5..4aeb94b 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -55,6 +55,7 @@ in hydra-check nix-index du-dust + mosh ]; shellAliases = diff --git a/users/patriot/default.nix b/users/patriot/default.nix index d12167e..05dbd4e 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -649,6 +649,9 @@ in rember = '' ${pkgs.kakoune-unwrapped}/bin/kak -e "try %(gtd-jump-today)" "${config.home.homeDirectory}/rember/stuff$(date '+_%m_%Y').gtd" ''; + harmony-ssh = '' + ${pkgs.mosh}/bin/mosh yusuf@chat.harmonyapp.io + ''; }; }; fzf.enable = true;