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

@ -15,6 +15,10 @@
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";
};
wezterm-flake = {
url = "github:wez/wezterm/main?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:nixos/nixos-hardware";
nixpkgs-f2k.url = "github:moni-dz/nixpkgs-f2k";
nur.url = "github:nix-community/nur";