replace neofetch with hyfetch
This commit is contained in:
parent
aa7e9ac29c
commit
6f2f3bda95
|
@ -12,6 +12,7 @@
|
||||||
./shell/zsh.nix
|
./shell/zsh.nix
|
||||||
./shell/starship.nix
|
./shell/starship.nix
|
||||||
./shell/eza.nix
|
./shell/eza.nix
|
||||||
|
./shell/hyfetch.nix
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
username = "lillian";
|
username = "lillian";
|
||||||
|
|
17
home-manager/shared/shell/hyfetch.nix
Normal file
17
home-manager/shared/shell/hyfetch.nix
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
programs.hyfetch = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preset = "trans";
|
||||||
|
mode = "rgb";
|
||||||
|
color_align = {
|
||||||
|
mode = "horizontal";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -19,6 +19,7 @@
|
||||||
lh = "ls -lah";
|
lh = "ls -lah";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
tree = "tre";
|
tree = "tre";
|
||||||
|
neofetch = "hyfetch";
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue