From 924ec30e7075ea7a9dbac569a537d876f9146850 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 4 Apr 2024 17:06:23 +0200 Subject: refactor: move users/sils dir to hm --- hm/hyfetch/default.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hm/hyfetch/default.nix (limited to 'hm/hyfetch/default.nix') diff --git a/hm/hyfetch/default.nix b/hm/hyfetch/default.nix new file mode 100644 index 0000000..596b26d --- /dev/null +++ b/hm/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 1.4.1