nix-config/modules/home/shell/wezterm.nix
2024-06-13 23:47:00 -04:00

7 lines
109 B
Nix

{...}: {
programs.wezterm = {
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
};
}