linuxware/programs/wezterm/config.nix

9 lines
112 B
Nix
Raw Normal View History

2023-11-05 04:53:31 -03:00
{ ... }:
{
programs.wezterm = {
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
};
}