From d12676f74712fbf97b3a289e586b1c0d94fe7db1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 3 Nov 2024 11:25:21 +0000 Subject: [PATCH] Switch fastfetch for hyfetch (with config) --- system/home/shell/default.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 6eb378fa..d3cc99a2 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: { imports = [ ./git.nix @@ -16,7 +16,6 @@ programs = { bash.enable = true; carapace.enable = true; - fastfetch.enable = true; fd.enable = true; jq.enable = true; ripgrep.enable = true; @@ -40,6 +39,18 @@ changeDirWidgetCommand = "${pkgs.fd}/bin/fd --type d"; fileWidgetCommand = "${pkgs.fd}/bin/fd --type f"; }; + hyfetch = { + enable = true; + settings = { + preset = "rainbow"; + mode = "rgb"; + light_dark = config.stylix.polarity; + lightness = 0.4; + color_align = { + mode = "horizontal"; + }; + }; + }; readline = { enable = true; variables = {