remove wezterm,tmux,ghostty and add kitty back

This commit is contained in:
Salar Rahmanian 2025-03-22 22:36:33 -07:00
parent 03cfe695a0
commit c081796699
8 changed files with 26 additions and 314 deletions

View file

@ -1,21 +0,0 @@
{ pkgs, ... }:
let
mySettings = {
copy-on-select = "clipboard";
font-family = "SF Mono";
font-size = 16;
macos-title-bar-style = "transparent";
theme = "Builtin Tango Dark";
window-inherit-working-directory = true;
working-directory = "home";
};
in
{
programs.ghostty = {
enable = true;
enableFishIntegration = true;
installBatSyntax = true;
installVimSyntax = true;
settings = mySettings;
};
}