diff --git a/kat/shell/zsh.nix b/kat/shell/zsh.nix index d1ffe0e4..03f50f09 100644 --- a/kat/shell/zsh.nix +++ b/kat/shell/zsh.nix @@ -86,6 +86,7 @@ in { '' else "" } + ${pkgs.fortune}/bin/fortune | ${pkgs.ponysay}/bin/ponysay ''; shellAliases = mkMerge [ { diff --git a/kat/wezterm.nix b/kat/wezterm.nix index 0f3320c3..d1bcda15 100644 --- a/kat/wezterm.nix +++ b/kat/wezterm.nix @@ -2,9 +2,10 @@ _: { programs.wezterm = { enable = true; extraConfig = '' - local = wezterm = require 'wezterm' + local wezterm = require 'wezterm'; return { check_for_updates = false, + show_update_window = false, enable_tab_bar = true } '';