home-profile: fix zsh config, fix type of wezterm option

This commit is contained in:
2024-03-31 22:49:39 +02:00
parent ee7bcb1c0d
commit b925022a9e
2 changed files with 19 additions and 19 deletions
@@ -8,7 +8,7 @@ in
options.materus.profile.wezterm.extraConfig = lib.mkOption {
default = "";
description = "Config for wezterm";
type = lib.types.string;
type = lib.types.lines;
};
config = lib.mkIf cfg.enable {
programs.wezterm.enable = true;