mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
home-profile: fix zsh config, fix type of wezterm option
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user