added manix and a custom integration with fzf

This commit is contained in:
Tomas Rivera
2026-03-08 16:53:01 +01:00
parent ad9d1227a4
commit 58e2e66e50
5 changed files with 47 additions and 1 deletions
-1
View File
@@ -8,7 +8,6 @@
"-."
"-p"
"-n"
"-c"
];
};
programs.ripgrep-all = {
+1
View File
@@ -26,6 +26,7 @@ custom-cat() {
cat = "custom-cat";
pomodoro = "custom-tomato";
librewolf = "kitty --class \"custom-librewolfprofiles\" --name \"Select LibreWolf profile\" --hold custom-librewolfprofiles";
manix = "custom-manix";
};
};
}