added wezterm
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
./kitty
|
||||
./wezterm
|
||||
./firefox
|
||||
./neovim
|
||||
./mako
|
||||
|
||||
@@ -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";
|
||||
|
||||
7
home/extra/wezterm/default.nix
Normal file
7
home/extra/wezterm/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
colorSchemes = "Gruvbox Material (Gogh)";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user