mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
wezterm and neovim updates
This commit is contained in:
parent
9a2e912f9c
commit
87f3f7d9df
3 changed files with 8 additions and 7 deletions
|
@ -34,11 +34,11 @@ let
|
|||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
url = {
|
||||
"git@github.com:" = {
|
||||
insteadOf = "https://github.com/";
|
||||
};
|
||||
};
|
||||
# url = {
|
||||
# "git@github.com:" = {
|
||||
# insteadOf = "https://github.com/";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
myAliases = {
|
||||
ci = "commit";
|
||||
|
|
|
@ -19,6 +19,7 @@ return {
|
|||
default_gui_startup_args = { 'connect', 'unix' },
|
||||
font = wezterm.font_with_fallback { 'JetBrains Mono', 'Noto Sans' },
|
||||
font_size = 12.0,
|
||||
freetype_load_flags = 'NO_HINTING',
|
||||
dpi = 144,
|
||||
scrollback_lines = 50000,
|
||||
initial_cols = 400,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue