fix: use wezterm's latest commit as july version is broken in hyprland

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2023-11-29 18:01:35 -03:00
parent 6fe210b6c6
commit 5dff38972e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 7558 additions and 1 deletions

View file

@ -1,8 +1,9 @@
{ ... }:
{ pkgs, ... }:
{
programs.wezterm = {
enable = true;
extraConfig = builtins.readFile ./wezterm.lua;
package = (pkgs.callPackage ./package.nix {});
};
}