mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 13:33:02 -04:00
set clock font to comic sans
This commit is contained in:
parent
89ca445f5f
commit
dc4371c619
1 changed files with 5 additions and 0 deletions
|
@ -97,6 +97,11 @@ builtins.map (section: baseConfig // section) [
|
|||
time = {
|
||||
format = "12h";
|
||||
};
|
||||
font = {
|
||||
family = "ComicShannsMono Nerd Font Mono";
|
||||
size = 14;
|
||||
bold = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue