My nixos configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

wezterm config

+6
+6
home/modules/programs/wezterm/default.nix
··· 34 34 -- For example, changing the color scheme: 35 35 config.color_scheme = "Catppuccin Mocha" 36 36 37 + -- show a scrollbar 38 + config.enable_scroll_bar = true 39 + 40 + -- forbid window size change on change of fontsize 41 + config.adjust_window_size_when_changing_font_size = false 42 + 37 43 -- disable ligatures 38 44 config.harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' } 39 45