remove bad fastfetch config
This commit is contained in:
parent
c6ed808f65
commit
3630f4585d
|
@ -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"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue