From 5732331cdd7d2b5049b6ea8e61d94e6933551720 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 9 Sep 2025 08:41:43 -0400 Subject: home-manager: removed matchBlocks from ssh feature --- home-manager/features/cli/utils/ssh.nix | 14 +------------- pkgs/custom-neovim/todo.md | 1 + 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/home-manager/features/cli/utils/ssh.nix b/home-manager/features/cli/utils/ssh.nix index f10d0b2..5579cc0 100644 --- a/home-manager/features/cli/utils/ssh.nix +++ b/home-manager/features/cli/utils/ssh.nix @@ -3,18 +3,6 @@ in { options.features.cli.utils.ssh.enable = lib.mkEnableOption "ssh"; config = lib.mkIf cfg.enable { - programs.ssh = { - enable = true; - matchBlocks = { - "culsans.site" = { - hostname = "culsans.site"; - user = "server"; - port = 2200; - }; - "git.culsans.site" = { - hostname = "culsans.site"; - }; - }; - }; + programs.ssh.enable = true; }; } diff --git a/pkgs/custom-neovim/todo.md b/pkgs/custom-neovim/todo.md index fa68f6b..e630051 100644 --- a/pkgs/custom-neovim/todo.md +++ b/pkgs/custom-neovim/todo.md @@ -4,6 +4,7 @@ - research nvim exrc for project specific config (also use to make lua ls stop showing warnings in nvim config) - add markdown keybinds only in markdown files - make markdown preview show current line in normal mode +- make normal keybinds override calendar keybinds ## Eventually if Possible -- cgit v1.2.3