fzf: Fix colors being overwritten by stylix

This commit is contained in:
Donovan Glover 2024-08-24 22:08:07 -04:00
parent 31de8f1085
commit f526b20a3b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,9 @@
{ lib, ... }:
{
programs.fzf = {
enable = true;
colors = lib.mkForce { };
defaultOptions = [
"--height 40%"