mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
fzf: Fix colors being overwritten by stylix
This commit is contained in:
parent
31de8f1085
commit
f526b20a3b
@ -1,6 +1,9 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
colors = lib.mkForce { };
|
||||
|
||||
defaultOptions = [
|
||||
"--height 40%"
|
||||
|
Loading…
Reference in New Issue
Block a user