email and others

This commit is contained in:
2024-07-10 18:54:39 -04:00
parent 47c0e3911c
commit c7595f6468
5 changed files with 103 additions and 17 deletions

View File

@@ -1,12 +1,16 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [
iosevka
];
programs.wezterm = {
enable = true;
extraConfig = ''
return {
color_scheme = 'catppuccin-frappe',
-- font = wezterm.font('PragmataPro Liga'),
font = wezterm.font('Iosevka'),
font_size = 16,
use_fancy_tab_bar = false,
native_macos_fullscreen_mode = false,