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.terminal = "wezterm";
config.modifier = "Mod4";
config.fonts.names = [ "Iosevka Nerd Font" ];
config.fonts.names = [ "IosevkaTerm Nerd Font" ];
config.keybindings = lib.mkOptionDefault {
"${mod}+b" = "exec rofi-rbw --selector rofi";
"${mod}+d" = "exec rofi -show drun";