mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: shell stuff and fix wezterm config
This commit is contained in:
parent
d3c0fd5b3d
commit
04f9462e87
2 changed files with 3 additions and 1 deletions
|
|
@ -86,6 +86,7 @@ in {
|
|||
''
|
||||
else ""
|
||||
}
|
||||
${pkgs.fortune}/bin/fortune | ${pkgs.ponysay}/bin/ponysay
|
||||
'';
|
||||
shellAliases = mkMerge [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue