feat(wezterm)!: add fennel config

TODO: automate compilation to `lua`
This commit is contained in:
reo101 2023-07-31 07:54:18 +03:00
parent 563659caa4
commit 08c1b58a70
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
3 changed files with 89 additions and 3 deletions

View file

@ -15,7 +15,7 @@ in
enable = mkEnableOption "reo101 wezterm setup";
extraConfig = mkOption {
type = types.str;
description = "Extra zsh config";
description = "Extra wezterm config";
default = ''
'';
};