Commit 7b0f181
Changed files (2)
home
base
gui
terminals
ghostty
linux
gui
plasma
options
home/base/gui/terminals/ghostty/default.nix
@@ -2,9 +2,17 @@
programs.ghostty = {
enable = true;
enableBashIntegration = true;
+ enableFishIntegration = true;
settings = {
+ font-family = "Maple Mono NF CN";
+ command = "fish";
window-padding-x = 5;
window-padding-y = 5;
+ window-padding-balance = true;
+ window-height = 32;
+ window-width = 128;
+ window-new-tab-position = "current";
+ copy-on-select = false;
};
};
}
home/linux/gui/plasma/options/shortcuts.nix
@@ -1,7 +1,7 @@
{...}: {
programs.plasma = {
shortcuts = {
- "services/org.wezfurlong.wezterm.desktop"._launch = "Meta+`";
+ "services/com.mitchellh.ghostty.desktop"._launch = "Meta+`";
};
hotkeys.commands = {
pot = {