add mcps to home-config; +ghostty
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user