This commit is contained in:
dusk 2021-06-05 09:13:41 +03:00
parent 0effad1ccc
commit 6d4e2b5157
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ in
hydra-check
nix-index
du-dust
mosh
];
shellAliases =

View File

@ -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;