chore: use wezterm package from nixpkgs again

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-02-01 21:12:34 -03:00
parent c6e919a500
commit cc25883afc
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
4 changed files with 1 additions and 7558 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
programs.wezterm = {
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
};
}