aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users')
-rw-r--r--nix/users/fcuny/dev.nix6
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 = {