add hyfetch settings

This commit is contained in:
Miranda Marquez 2024-03-07 12:14:09 -09:00
parent 2f9aeae491
commit 739036e590

View File

@ -13,7 +13,6 @@ with lib.hm.gvariant;
pkgs.killall
pkgs.gdb
pkgs.neofetch
pkgs.hyfetch
pkgs.file
pkgs.findutils
pkgs.wget
@ -122,6 +121,17 @@ with lib.hm.gvariant;
"idle-delay" = mkUint32 0;
};
};
programs.hyfetch = {
enable = true;
settings = {
preset = "genderfluid";
mode = "rgb";
color_align = {
mode = "horizontal";
};
backend = "neofetch";
};
};
programs.gpg = {
enable = true;