mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-15 01:12:34 +02:00
fzf: Fix colors being overwritten by stylix
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.fzf = {
|
programs.fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
colors = lib.mkForce { };
|
||||||
|
|
||||||
defaultOptions = [
|
defaultOptions = [
|
||||||
"--height 40%"
|
"--height 40%"
|
||||||
|
Reference in New Issue
Block a user