diff --git a/home/rofi.nix b/home/rofi.nix index 5419209..96c7447 100644 --- a/home/rofi.nix +++ b/home/rofi.nix @@ -21,9 +21,6 @@ in { enable = true; terminal = "${pkgs.alacritty}/bin/alacritty"; - extraConfig = { - ssh-client = "${pkgs.mosh}/bin/mosh"; - }; }; }; }