mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added themes and other stuff
This commit is contained in:
parent
951928150e
commit
c7b32f0f31
18 changed files with 248 additions and 61 deletions
|
@ -1,12 +1,15 @@
|
|||
{
|
||||
{flake, ...}: let
|
||||
inherit (flake.config.aesthetics.themes.theme) font;
|
||||
in {
|
||||
extraConfig = ''
|
||||
return {
|
||||
color_scheme = "Catppuccin Macchiato",
|
||||
font_size = 10,
|
||||
font_size = 11,
|
||||
font = wezterm.font('${font}'),
|
||||
enable_tab_bar = false,
|
||||
window_close_confirmation = 'NeverPrompt',
|
||||
term = 'wezterm',
|
||||
enable_wayland = false,
|
||||
enable_wayland = true,
|
||||
front_end = "WebGpu",
|
||||
max_fps = 200
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue