some more changes, switched to Comic Shanns
This commit is contained in:
parent
2ef8643abf
commit
19c352d98a
141 changed files with 175 additions and 18774 deletions
|
@ -3,7 +3,7 @@
|
|||
packages = with pkgs; [
|
||||
material-icons
|
||||
material-design-icons
|
||||
(nerdfonts.override {fonts = ["Iosevka" "JetBrainsMono"];})
|
||||
(nerdfonts.override {fonts = ["Iosevka" "JetBrainsMono" "ComicShannsMono"];})
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk
|
||||
|
@ -17,7 +17,9 @@
|
|||
# this fixes emoji stuff
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
monospace = ["JetBrainsMono Nerd Font" "Noto Color Emoji"];
|
||||
#monospace = ["JetBrainsMono Nerd Font" "Noto Color Emoji"];
|
||||
|
||||
monospace = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
||||
sansSerif = ["Lexend" "Noto Color Emoji"];
|
||||
serif = ["Noto Serif" "Noto Color Emoji"];
|
||||
emoji = ["Noto Color Emoji"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue