removed doas nh fork, and ssh-try

This commit is contained in:
Danilo Reyes 2025-07-21 22:25:14 -06:00
parent d57745e3e7
commit 77ccb88c8b

View File

@ -35,10 +35,13 @@
c = "cat";
sc = "systemctl --user";
jc = "journalctl --user -xefu";
nh = "nix run /home/jawz/Development/Git/nh#nh -- ";
open-gallery = ''
cd /srv/server/pool/scrapping/JawZ/gallery-dl &&
xdg-open "$(${fd}/bin/fd . ./ Husbands -tdirectory -d 1 | ${fzf}/bin/fzf -i)"'';
ssh-try = ''
(){ while ! ssh -o ConnectTimeout=5 -o BatchMode=yes "$1" 'true' 2>/dev/null;
do sleep 10; done; ssh "$1"
'';
};
enableVteIntegration = true;
initExtra = ''