feat: setup wezterm

This commit is contained in:
tux
2026-05-06 21:45:34 +05:30
parent a193e18ad4
commit aabcad5bec
5 changed files with 194 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
{
inputs,
withSystem,
...
}:
{
@@ -9,6 +8,7 @@
tnvim = inputs.tnvim.packages.${prev.stdenv.hostPlatform.system}.default;
tpanel = inputs.tpanel.packages.${prev.stdenv.hostPlatform.system}.default;
ags = inputs.tpanel.packages.${prev.stdenv.hostPlatform.system}.ags.default;
wezterm-git = inputs.wezterm-flake.packages.${prev.stdenv.hostPlatform.system}.default;
};
stable-packages = final: _prev: {