treewide: switch to IosevkaTerm

This commit is contained in:
Nikodem Rabuliński 2024-09-02 12:56:37 +02:00 committed by Nikodem Rabuliński
parent 61af18e4fe
commit 9348b82355
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@
config.workspaceAutoBackAndForth = true; config.workspaceAutoBackAndForth = true;
config.terminal = "wezterm"; config.terminal = "wezterm";
config.modifier = "Mod4"; config.modifier = "Mod4";
config.fonts.names = [ "Iosevka Nerd Font" ]; config.fonts.names = [ "IosevkaTerm Nerd Font" ];
config.keybindings = lib.mkOptionDefault { config.keybindings = lib.mkOptionDefault {
"${mod}+b" = "exec rofi-rbw --selector rofi"; "${mod}+b" = "exec rofi-rbw --selector rofi";
"${mod}+d" = "exec rofi -show drun"; "${mod}+d" = "exec rofi -show drun";

View file

@ -48,7 +48,7 @@
}; };
fonts = { fonts = {
default_family = "Iosevka"; default_family = "IosevkaTerm Nerd Font";
default_size = "13px"; default_size = "13px";
}; };

View file

@ -3,7 +3,7 @@ local wezterm = require 'wezterm'
local cfg = { local cfg = {
color_scheme = 'Default Dark (base16)', color_scheme = 'Default Dark (base16)',
enable_tab_bar = false, enable_tab_bar = false,
font = wezterm.font('Iosevka Nerd Font'), font = wezterm.font('IosevkaTerm Nerd Font'),
window_decorations = 'TITLE | RESIZE', window_decorations = 'TITLE | RESIZE',
font_size = 10.5, font_size = 10.5,
native_macos_fullscreen_mode = true, native_macos_fullscreen_mode = true,