set clock font to comic sans

This commit is contained in:
sadan 2025-04-26 16:46:02 -04:00
parent 89ca445f5f
commit dc4371c619
No known key found for this signature in database

View file

@ -97,6 +97,11 @@ builtins.map (section: baseConfig // section) [
time = {
format = "12h";
};
font = {
family = "ComicShannsMono Nerd Font Mono";
size = 14;
bold = false;
};
};
}
];