hyfetch
This commit is contained in:
parent
f6f49c964d
commit
910d579100
|
@ -20,8 +20,6 @@ in
|
|||
username = username;
|
||||
homeDirectory = homeDir;
|
||||
packages = with pkgs; [
|
||||
neofetch
|
||||
pfetch
|
||||
unzip
|
||||
zip
|
||||
xz
|
||||
|
@ -261,6 +259,17 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
hyfetch = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "lesbian";
|
||||
mode = "rgb";
|
||||
color_align = {
|
||||
mode = "horizontal";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user