feat: wezterm

This commit is contained in:
Kat Inskip 2024-10-25 17:57:04 -04:00
parent 3d8c64635f
commit 30d0659b8f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 133 additions and 4 deletions

View file

@ -27,6 +27,13 @@
flake-compat.follows = "flake-compat";
};
};
wezterm = {
url = "github:wez/wezterm/main?dir=nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "utils";
};
};
ci = {
url = "github:arcnmx/ci/v0.7";
flake = false;