diff options
Diffstat (limited to 'hm/hyfetch/default.nix')
-rw-r--r-- | hm/hyfetch/default.nix | 19 |
1 files changed, 19 insertions, 0 deletions
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 = []; + }; + }; +} |