From 911a6090a5a73e6080b00ffa69650781061978aa Mon Sep 17 00:00:00 2001 From: sils Date: Tue, 8 Aug 2023 11:41:00 +0200 Subject: Feat(u/sils): Add hyfetch config --- users/sils/hyfetch/default.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 users/sils/hyfetch/default.nix (limited to 'users/sils/hyfetch') diff --git a/users/sils/hyfetch/default.nix b/users/sils/hyfetch/default.nix new file mode 100644 index 0000000..596b26d --- /dev/null +++ b/users/sils/hyfetch/default.nix @@ -0,0 +1,19 @@ +{...}: { + programs.hyfetch = { + enable = true; + settings = { + preset = "rainbow"; + mode = "rgb"; + light_dark = "dark"; + lightness = 0.5; + color_align = { + mode = "horizontal"; + custom_colors = []; + fore_back = null; + }; + backend = "neofetch"; + distro = null; + pride_month_shown = []; + }; + }; +} -- cgit v1.3.1