Update kitty config

This commit is contained in:
DashieTM 2024-11-17 14:23:24 +01:00
parent bcc3ba0aee
commit e3a8bbe853
2 changed files with 41 additions and 6 deletions

View file

@ -1,9 +1,15 @@
{
lib,
pkgs,
inputs,
config,
options,
...
}:
let
base16 = pkgs.callPackage inputs.base16.lib { };
scheme = (base16.mkSchemeAttrs config.stylix.base16Scheme);
in
{
options.mods.fish = {
enable = lib.mkOption {
@ -67,6 +73,10 @@
abbr --add cd 'z'
abbr --add y 'yazi'
set fish_color_autosuggestion '${scheme.base07}'
set fish_color_param '${scheme.base06}'
set fish_color_operator '${scheme.base0E}'
set fish_greeting
# pwd based on the value of _ZO_RESOLVE_SYMLINKS.
function __zoxide_pwd