stuff
This commit is contained in:
parent
0effad1ccc
commit
6d4e2b5157
@ -55,6 +55,7 @@ in
|
|||||||
hydra-check
|
hydra-check
|
||||||
nix-index
|
nix-index
|
||||||
du-dust
|
du-dust
|
||||||
|
mosh
|
||||||
];
|
];
|
||||||
|
|
||||||
shellAliases =
|
shellAliases =
|
||||||
|
@ -649,6 +649,9 @@ in
|
|||||||
rember = ''
|
rember = ''
|
||||||
${pkgs.kakoune-unwrapped}/bin/kak -e "try %(gtd-jump-today)" "${config.home.homeDirectory}/rember/stuff$(date '+_%m_%Y').gtd"
|
${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;
|
fzf.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user