added wezterm

This commit is contained in:
cnst
2024-07-05 15:32:13 +02:00
parent cca2745dfa
commit f4a9173ab9
10 changed files with 47 additions and 31 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
@@ -16,8 +15,8 @@
name = "Gruvbox-Plus-Dark";
};
font = {
name = "FiraCode Nerd Font Light";
size = 11;
name = "Monoid Nerd Font Retina Regular";
size = 9;
};
};
}

View File

@@ -5,6 +5,7 @@
}: {
imports = [
./kitty
./wezterm
./firefox
./neovim
./mako

View File

@@ -5,7 +5,7 @@
settings = {
enable_audio_bell = false;
open_url_with = "firefox-nightly";
font_family = "Rec Mono Linear";
font_family = "Input Mono Extra Light";
bold_font = "auto";
italic_font = "auto";
bold_italic_font = "auto";

View File

@@ -0,0 +1,7 @@
{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
colorSchemes = "Gruvbox Material (Gogh)";
};
}