diff options
Diffstat (limited to 'nix/users/fcuny/dev.nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 4dc0a47..3648ed4 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -40,13 +40,11 @@ config = wezterm.config_builder() end - config.color_scheme = 'nord' + config.color_scheme = 'Night Owlish Light' config.scrollback_lines = 10000 - config.font = wezterm.font("Source Code Pro", { - weight = "Light", - }) + config.font = wezterm.font("Source Code Pro") config.font_size = 16.0 config.window_padding = { |
