From 66d555d3c45da748996d54ee15f7b31ca37dcefc Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 6 Jan 2024 23:30:02 +0100 Subject: [PATCH] hyfetch --- modules/home/utils/default.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/modules/home/utils/default.nix b/modules/home/utils/default.nix index 514d5b1..ded1f50 100644 --- a/modules/home/utils/default.nix +++ b/modules/home/utils/default.nix @@ -3,9 +3,30 @@ man-pages man-pages-posix gnome.nautilus + tree ]; programs.bottom = { enable = true; }; + + programs.hyfetch = { + enable = true; + settings = { + preset = "transgender"; + mode = "rgb"; + light_dark = "dark"; + lightness = 0.65; + color_align = { + mode = "horizontal"; + custom_colors = []; + fore_back = null; + }; + backend = "neofetch"; + args = null; + distro = "nixos_old"; + pride_month_shown = []; + pride_month_disable = false; + }; + }; }