feat(wezterm): add module for wezterm

Enable it for `homix`
This commit is contained in:
reo101 2023-02-21 23:31:38 +02:00
parent 0fac8b394e
commit bd2df72ebc
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
7 changed files with 217 additions and 30 deletions

View file

@ -5,4 +5,5 @@
# List your module files here
# my-module = import ./my-module.nix;
reo101-shell = import ./reo101-shell.nix;
reo101-wezterm = import ./reo101-wezterm;
}