Files
dotfiles/home/wezterm/default.nix
2024-07-31 13:11:51 +02:00

9 lines
112 B
Nix

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