mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user