hyfetch
This commit is contained in:
parent
9c6d103869
commit
df697efe82
2 changed files with 12 additions and 0 deletions
|
|
@ -31,5 +31,6 @@
|
|||
|
||||
./zsh
|
||||
./nushell.nix
|
||||
./hyfetch.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
11
home/lilith/hyfetch.nix
Normal file
11
home/lilith/hyfetch.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.hyfetch = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "trans";
|
||||
mode = "rgb";
|
||||
color_align.mode = "horizontal";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue