remove bad fastfetch config

This commit is contained in:
joy 2024-11-27 11:39:20 +01:00
parent c6ed808f65
commit 3630f4585d

View file

@ -1,29 +1,5 @@
{ {
programs.fastfetch = { programs.fastfetch = {
enable = true; enable = true;
settings = {
logo = {
source = "nixos_small";
padding = {
right = 3;
};
};
display = {
color = "blue";
};
modules = [
"title"
"os"
"kernel"
"uptime"
"packages"
"shell"
"cpu"
"memory"
"disk"
"break"
"colors"
];
};
}; };
} }