From 5c1ba508f7e2e45c4e84f1f065027f657b391f3a Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Tue, 4 Jun 2024 13:51:46 -0800 Subject: [PATCH] update hyfetch settings - more to come... --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index e679959..105f5bd 100644 --- a/home.nix +++ b/home.nix @@ -102,12 +102,12 @@ with lib.hm.gvariant; programs.hyfetch = { enable = true; settings = { - preset = "genderfluid"; + preset = "nonbinary"; mode = "rgb"; color_align = { mode = "horizontal"; }; - backend = "neofetch"; + backend = "fastfetch"; }; };