feat(hyfetch): add with fastfetch backend

This commit is contained in:
Nydragon 2024-08-24 20:55:45 +02:00
parent c930eeecdd
commit 3fb27d4001
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 16 additions and 0 deletions

View file

@ -5,5 +5,6 @@
./git
./fish
./btop.nix
./hyfetch.nix
];
}

15
home/terminal/hyfetch.nix Normal file
View file

@ -0,0 +1,15 @@
{
programs.fastfetch.enable = true;
programs.hyfetch = {
enable = true;
settings = {
mode = "rgb"; # dunno the other value :sob:
lightness = 0.7; # u may change this
distro = "nixos";
preset = "pansexual"; # sexuality
light_dark = "dark"; # u not crazy are u
backend = "fastfetch";
color_align.mode = "horizontal"; # looks better
};
};
}