feat(hyfetch): add with fastfetch backend
This commit is contained in:
parent
c930eeecdd
commit
3fb27d4001
2 changed files with 16 additions and 0 deletions
home/terminal
|
@ -5,5 +5,6 @@
|
|||
./git
|
||||
./fish
|
||||
./btop.nix
|
||||
./hyfetch.nix
|
||||
];
|
||||
}
|
||||
|
|
15
home/terminal/hyfetch.nix
Normal file
15
home/terminal/hyfetch.nix
Normal 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
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue