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;