home: rofi: disable mosh

mosh doesn't support agent forwarding
This commit is contained in:
Antoine Martin 2022-11-15 00:49:30 +01:00
parent c60c8217b3
commit 7fa05cbbe9

View file

@ -21,9 +21,6 @@ in {
enable = true;
terminal = "${pkgs.alacritty}/bin/alacritty";
extraConfig = {
ssh-client = "${pkgs.mosh}/bin/mosh";
};
};
};
}