add wezterm flake

This commit is contained in:
2024-09-08 17:54:43 +05:30
parent 5f386887ba
commit 0bb7faccd5
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,11 @@
{...}: {
{
inputs,
pkgs,
...
}: {
programs.wezterm = {
enable = true;
package = inputs.wezterm-flake.packages."${pkgs.system}".default;
enableZshIntegration = false;
extraConfig = ''