switch font to IBM Plex
This commit is contained in:
parent
40e833ee4e
commit
21ee42747b
4 changed files with 9 additions and 7 deletions
|
@ -107,13 +107,9 @@
|
|||
"gs" = "git status --short";
|
||||
"gss" = "git status";
|
||||
};
|
||||
sessionVariables = {
|
||||
"FZF_DEFAULT_COMMAND" = "rg";
|
||||
"MANPAGER" = "nvim +Man!";
|
||||
};
|
||||
};
|
||||
|
||||
programs.fzf.enableZshIntegration = false;
|
||||
programs.fzf.enableZshIntegration = false; # manually integrated see above
|
||||
programs.zoxide.enableZshIntegration = true;
|
||||
programs.eza.enableZshIntegration = true;
|
||||
programs.nix-index.enableZshIntegration = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue