This commit is contained in:
Hadi
2024-03-16 22:26:30 +01:00
parent 3f2ba75a5e
commit f86a0271b6
18 changed files with 317 additions and 973 deletions

View File

@@ -1,14 +1,14 @@
{
{ config, ... }: {
programs.fzf = {
enable = true;
enableZshIntegration = true;
colors = {
"fg+" = "magenta";
"fg+" = config.theme.colors.primary-ansi-16;
"bg+" = "-1";
"fg" = "white";
"bg" = "-1";
"prompt" = "grey";
"pointer" = "magenta";
"pointer" = config.theme.colors.primary-ansi-16;
};
defaultOptions = [
"--margin=1"