mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-22 16:19:01 -05:00
add fonts
This commit is contained in:
parent
39b4dd66ab
commit
84b2a3a051
1 changed files with 8 additions and 8 deletions
|
@ -45,14 +45,14 @@
|
|||
package = pkgs.twemoji-color-font;
|
||||
name = "Twitter Color Emoji";
|
||||
};
|
||||
# sansSerif = {
|
||||
# package = stable.nerdfonts;
|
||||
# name = "ComicShannsMono Nerd Font Mono";
|
||||
# };
|
||||
# serif = {
|
||||
# package = stable.nerdfonts;
|
||||
# name = "ComicShannsMono Nerd Font Mono";
|
||||
# };
|
||||
sansSerif = {
|
||||
package = stable.nerdfonts;
|
||||
name = "ComicShannsMono Nerd Font Mono";
|
||||
};
|
||||
serif = {
|
||||
package = stable.nerdfonts;
|
||||
name = "ComicShannsMono Nerd Font Mono";
|
||||
};
|
||||
monospace = {
|
||||
package = stable.nerdfonts;
|
||||
name = "ComicShannsMono Nerd Font Mono";
|
||||
|
|
Loading…
Add table
Reference in a new issue