add mcps to home-config; +ghostty

This commit is contained in:
m3tm3re
2026-03-14 09:26:13 +01:00
parent 4ae2bb0f48
commit 411c67d2c6
9 changed files with 75 additions and 108 deletions

View File

@@ -23,7 +23,7 @@ in {
enable = true;
package = rofi-pass-wayland;
};
terminal = "\${pkgs.kitty}/bin/kitty";
terminal = "${pkgs.ghostty}/bin/ghostty";
font = "Fira Code";
extraConfig = {
show-icons = true;
@@ -199,7 +199,7 @@ in {
args = "";
};
};
terminal = pkgs.kitty;
terminal = pkgs.ghostty;
terminalCommand = "opencode %a";
};
};