linuxware/programs/wezterm/default.nix

9 lines
118 B
Nix

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