replace alacritty with kitty on macos

This commit is contained in:
Noah Masur
2022-10-31 14:45:51 -04:00
parent 7bd2125438
commit d7b711ff02
7 changed files with 26 additions and 10 deletions

View File

@ -6,7 +6,6 @@
# programs.rofi.terminal = "${pkgs.kitty}/bin/kitty";
programs.kitty = {
enable = true;
darwinLaunchOptions = null;
environment = { };
extraConfig = "";
font.size = 14;
@ -63,12 +62,10 @@
${pkgs.neovim}/bin/nvim -c 'setlocal nonumber nolist showtabline=0 foldcolumn=0|Man!' -c "autocmd VimEnter * normal G" -'';
# Window
window_padding_width = 4;
window_padding_width = 6;
tab_bar_edge = "top";
tab_bar_style = "slant";
# macos_traditional_fullscreen = true;
};
};
};