Added hyfetch
This commit is contained in:
parent
5a5ccc2112
commit
e514cfb5b2
|
@ -36,4 +36,5 @@ eval "$(direnv hook zsh)"
|
|||
unsetopt PROMPT_SP
|
||||
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
hyfetch
|
||||
|
||||
|
|
19
home-modules/fetch.nix
Normal file
19
home-modules/fetch.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.hyfetch = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "transgender";
|
||||
mode = "rgb";
|
||||
color_align = {
|
||||
mode = "horizontal";
|
||||
};
|
||||
backend = "fastfetch";
|
||||
light_dark = "dark";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pkgs.fastfetch
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue