diff options
author | Silas Schöffel <sils@sils.li> | 2025-02-13 17:03:13 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-02-13 17:03:13 +0100 |
commit | b815712b30023f82517372338ef471eb46bab39c (patch) | |
tree | 630934399d66fe5db5bb3ceb5223bd242e904585 /hm/hyfetch/default.nix | |
parent | systemd: change HibernateDelaySec to 10m (diff) | |
download | nix-config-b815712b30023f82517372338ef471eb46bab39c.zip |
hyfetch: init module
Diffstat (limited to 'hm/hyfetch/default.nix')
-rw-r--r-- | hm/hyfetch/default.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/hm/hyfetch/default.nix b/hm/hyfetch/default.nix deleted file mode 100644 index 596b26d..0000000 --- a/hm/hyfetch/default.nix +++ /dev/null @@ -1,19 +0,0 @@ -{...}: { - 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 = []; - }; - }; -} |