mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
updates to migrate to apple silicon / apple m3 processor
This commit is contained in:
parent
1c0cb47c5b
commit
bd57d53565
5 changed files with 129 additions and 111 deletions
|
@ -10,14 +10,14 @@ return {
|
|||
check_for_updates = false,
|
||||
-- color_scheme = "Gruvbox Light";
|
||||
color_scheme = "tokyonight",
|
||||
font = wezterm.font("FiraCode Nerd Font Mono"),
|
||||
font = wezterm.font("SF Mono"),
|
||||
font_size = 16,
|
||||
dpi = 144,
|
||||
scrollback_lines = 50000,
|
||||
initial_cols = 400,
|
||||
initial_rows = 80,
|
||||
leader = { key="b", mods="SUPER", timeout_milliseconds = 1000 },
|
||||
default_prog = { "/Users/salar/.nix-profile/bin/fish" },
|
||||
default_prog = { "/etc/profiles/per-user/salar/bin/fish" },
|
||||
ssh_domains = {
|
||||
{
|
||||
name = "hcloud1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue