sys-config/homeManagerModules/desktopPrograms/wezterm/wezterm.nix

6 lines
60 B
Nix

{ ... }:
{
programs.wezterm = {
enable = true;
};
}