feat: shell stuff and fix wezterm config

This commit is contained in:
Kat Inskip 2023-01-25 08:55:48 -08:00
parent d3c0fd5b3d
commit 04f9462e87
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 3 additions and 1 deletions

View file

@ -86,6 +86,7 @@ in {
''
else ""
}
${pkgs.fortune}/bin/fortune | ${pkgs.ponysay}/bin/ponysay
'';
shellAliases = mkMerge [
{

View file

@ -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
}
'';