Font and colors.

main
Joshua Potter 2023-11-18 13:01:32 -07:00
parent 55cf0d6b3d
commit 5b1c36ae11
2 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,11 @@
};
};
# After 23.05, this option is called `fonts.packages`.
fonts.fonts = with pkgs; [
iosevka
];
hardware.bluetooth.enable = true;
networking.hostName = "nixos";

View File

@ -2,6 +2,8 @@ local wezterm = require('wezterm')
return {
check_for_updates = false,
color_scheme = 'Chalk (Gogh)',
font = wezterm.font 'Iosevka',
keys = {
{
key = ' ',