migrate wezterm to upsteam flake
This commit is contained in:
parent
12d1bd94a3
commit
6dc0f415d4
3 changed files with 247 additions and 86 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue