upd fastfetch

This commit is contained in:
biscuit
2025-05-20 07:41:30 -05:00
parent 3215644a87
commit 35f515e828
2 changed files with 43 additions and 30 deletions
+3 -30
View File
@@ -1,35 +1,8 @@
{...}: {
programs.fastfetch = {
enable = true;
settings = {
logo = {
source = "nixos_small";
padding = {
right = 1;
};
};
display = {
size = {
binaryPrefix = "si";
};
color = "blue";
separator = " ";
};
modules = [
{
type = "datetime";
key = "Date";
format = "{1}-{3}-{11}";
}
{
type = "datetime";
key = "Time";
format = "{14}:{17}:{20}";
}
"break"
"player"
"media"
];
};
};
home.file.".config/fastfetch/config.jsonc" = {
source = builtins.toPath ./small.jsonc;
};
}