Finalize design changes
This commit is contained in:
parent
41f154ca9b
commit
b0329750e2
3 changed files with 6 additions and 5 deletions
|
|
@ -42,9 +42,7 @@
|
|||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
font-awesome
|
||||
(nerdfonts.override { fonts = [ "UbuntuMono" "JetBrainsMono" ]; })
|
||||
meslo-lgs-nf
|
||||
victor-mono
|
||||
ubuntu_font_family
|
||||
];
|
||||
|
|
@ -54,7 +52,7 @@
|
|||
defaultFonts = {
|
||||
serif = [ "Noto Serif" ];
|
||||
sansSerif = [ "Noto Sans" ];
|
||||
monospace = [ "Meslo Nerd Font" ];
|
||||
monospace = [ "VictorMono" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue