Change cursors and font
This commit is contained in:
parent
bce65f6835
commit
6f2c204e91
4 changed files with 14 additions and 9 deletions
|
@ -48,14 +48,15 @@
|
|||
fonts = {
|
||||
packages = with pkgs; [
|
||||
inter
|
||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||
ubuntu-sans
|
||||
(nerdfonts.override { fonts = [ "Iosevka" "UbuntuMono" ]; })
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = [ "Inter" ];
|
||||
sansSerif = [ "Inter" ];
|
||||
monospace = [ "Iosevka Nerd Font" ];
|
||||
serif = [ "Ubuntu Sans" ];
|
||||
sansSerif = [ "Ubuntu Sans" ];
|
||||
monospace = [ "Ubuntu Mono Nerd Font" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue