From ac9332b512355b2b55f229dfec4e88abf8bc22a8 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 26 Nov 2024 18:15:09 +0100 Subject: [PATCH] home/programs: configure hyfetch --- home/programs/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home/programs/default.nix b/home/programs/default.nix index 50d8ec7..23ab70d 100644 --- a/home/programs/default.nix +++ b/home/programs/default.nix @@ -14,7 +14,16 @@ # idk where to put this programs = { fzf.enable = true; - hyfetch.enable = true; + fastfetch.enable = true; + hyfetch = { + enable = true; + settings = { + preset = "nonbinary"; + mode = "rgb"; + backend = "fastfetch"; + color_align.mode = "horizontal"; + }; + }; }; # miscellaneous programs that do not need to be configured