Try and fix hyfetch and add zjstatus

This commit is contained in:
Lillian Violet 2024-05-02 11:11:12 +02:00
parent 814440e96a
commit 0e554116db
4 changed files with 139 additions and 10 deletions

View file

@ -6,12 +6,11 @@
}: {
programs.hyfetch = {
enable = true;
# settings = {
# preset = "trans";
# mode = "rgb";
# color_align = {
# mode = "horizontal";
# };
# };
settings = {
preset = "transgender";
color_align = {
mode = "horizontal";
};
};
};
}