stuff
This commit is contained in:
parent
0effad1ccc
commit
6d4e2b5157
@ -55,6 +55,7 @@ in
|
||||
hydra-check
|
||||
nix-index
|
||||
du-dust
|
||||
mosh
|
||||
];
|
||||
|
||||
shellAliases =
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user