diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-18 14:38:10 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-18 14:38:10 -0500 |
| commit | 93855184693b464a8fead011e254ad4a95e0d61b (patch) | |
| tree | 986aa4bf5bd40466dc75ba7ed13561b42e7c1508 /user/home/hyfetch.nix | |
| parent | 4d1c27fae2f9abb1c5df198b3e771f6a51dacd99 (diff) | |
hyfetch
Diffstat (limited to 'user/home/hyfetch.nix')
| -rw-r--r-- | user/home/hyfetch.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/home/hyfetch.nix b/user/home/hyfetch.nix new file mode 100644 index 0000000..9e89ba0 --- /dev/null +++ b/user/home/hyfetch.nix @@ -0,0 +1,13 @@ +{ config, lib, ... }: +{ + programs.hyfetch = { + enable = lib.mkDefault false; + settings = { + backend = "neofetch"; + color_align.mode = "horizontal"; + mode = "rgb"; + preset = "transgender"; + pride_month_disable = false; + }; + }; +} |
