From 04f9462e87d1103a3ee7d8ef9c24ece1f0f3b457 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Wed, 25 Jan 2023 08:55:48 -0800 Subject: [PATCH] feat: shell stuff and fix wezterm config --- kat/shell/zsh.nix | 1 + kat/wezterm.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 } '';