You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WezTerm's configuration is in lua but it's not very complicated and can be represented with a static format. For example here is my WezTerm configuration:
WezTerm's configuration is in lua but it's not very complicated and can be represented with a static format. For example here is my WezTerm configuration:
As you can see it's just keys and values, so generating a wezterm.lua file from a nix object shouldn't be hard, at least for the simple changes.
For more complex changes people can always use
extraConfig
options.For someone who is familiar with writing Nix packages, it would be awesome if you expanded
wezterm.nix
: https://github.com/nix-community/home-manager/blob/release-24.05/modules/programs/wezterm.nixThe text was updated successfully, but these errors were encountered: