wezterm and neovim updates

This commit is contained in:
Salar Rahmanian 2025-09-08 18:58:04 -07:00
parent 9a2e912f9c
commit 87f3f7d9df
3 changed files with 8 additions and 7 deletions

View file

@ -222,7 +222,7 @@
xdg.configFile."nvim".source = pkgs.fetchFromGitHub { xdg.configFile."nvim".source = pkgs.fetchFromGitHub {
owner = "softinio"; owner = "softinio";
repo = "nvim-config"; repo = "nvim-config";
rev = "9a41e9cc3c4f855142a130f945ec31703ac76737"; rev = "e89dc85e3a4116796d4393d37c12c31737e6f17c";
sha256 = "sha256-+VWOQMpUF1VdUvBhASvdgPk5h8F3GKDk525opMkwomE="; sha256 = "sha256-HCLF7vM4pUbW2OlOuat1isnuyfqfPxjJ4wWYLcNcu0M=";
}; };
} }

View file

@ -34,11 +34,11 @@ let
pull = { pull = {
rebase = true; rebase = true;
}; };
url = { # url = {
"git@github.com:" = { # "git@github.com:" = {
insteadOf = "https://github.com/"; # insteadOf = "https://github.com/";
}; # };
}; # };
}; };
myAliases = { myAliases = {
ci = "commit"; ci = "commit";

View file

@ -19,6 +19,7 @@ return {
default_gui_startup_args = { 'connect', 'unix' }, default_gui_startup_args = { 'connect', 'unix' },
font = wezterm.font_with_fallback { 'JetBrains Mono', 'Noto Sans' }, font = wezterm.font_with_fallback { 'JetBrains Mono', 'Noto Sans' },
font_size = 12.0, font_size = 12.0,
freetype_load_flags = 'NO_HINTING',
dpi = 144, dpi = 144,
scrollback_lines = 50000, scrollback_lines = 50000,
initial_cols = 400, initial_cols = 400,