diff --git a/alex/home.nix b/alex/home.nix index 4a893cc..0680a53 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -38,10 +38,14 @@ # feel free to add your own or remove some of them tmux + wezterm neofetch nnn # terminal file manager + nerd-fonts.lilex + fira-code + # archives zip xz @@ -165,6 +169,7 @@ }; home.file.".config/nvim/init.lua".source = ./nvim/init.lua; + home.file.".wezterm.lua".source = ./wezterm.lua; programs.neovim = { enable = true; diff --git a/alex/wezterm.lua b/alex/wezterm.lua new file mode 100644 index 0000000..53c6ecc --- /dev/null +++ b/alex/wezterm.lua @@ -0,0 +1,24 @@ +-- Pull in the wezterm API +local wezterm = require 'wezterm' +local config = wezterm.config_builder() + +-- This is where you actually apply your config choices +config.color_scheme = 'Kimber (base16)' +config.color_scheme = 'Color Star (terminal.sexy)' +config.color_scheme = 'Catch Me If You Can (terminal.sexy)' +config.color_scheme = 'Catppuccin Mocha (Gogh)' +config.color_scheme = 'Panda (Gogh)' +config.color_scheme = 'zenbones_dark' +config.color_scheme = 'Wombat' + +config.window_frame = { + font_size = 10 +} + +config.font_size = 9.5 +config.hide_tab_bar_if_only_one_tab = true + +config.font = wezterm.font 'Fira Code' +config.font = wezterm.font 'Lilex Nerd Font' + +return config diff --git a/configuration.nix b/configuration.nix index 415e6d4..6335d42 100644 --- a/configuration.nix +++ b/configuration.nix @@ -145,7 +145,6 @@ tldr unzip uv - wezterm wget zip mullvad-vpn