migrate wezterm to upsteam flake

This commit is contained in:
♥ Minnie ♥ 2024-11-28 22:20:11 +08:00
parent 12d1bd94a3
commit 6dc0f415d4
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 247 additions and 86 deletions

View file

@ -26,6 +26,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Terminal Emulator
wezterm = {
url = "github:wez/wezterm/main?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# Add any other flake you might need.
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
nixvim.url = "git+https://git.sajenim.dev/jasmine/nvim.nix.git";