switch to webcord, got from master branch waiting for it to add to unstable

This commit is contained in:
ISnortPennies 2023-01-27 23:53:02 -05:00
parent 6143e3ff50
commit 476b42f8af
4 changed files with 7 additions and 21 deletions

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
fonts = {
fonts = with pkgs; [overpass nerdfonts-overpass material-design-icons];
fontDir.enable = true;
fontconfig = {
enable = true;
defaultFonts = {
@ -8,6 +9,8 @@
sansSerif = ["Overpass" "Overpass Nerd Font" "Material Design Icons"];
monospace = ["Overpass Mono" "OverpassMono Nerd Font" "Material Design Icons"];
};
hinting.enable = true;
antialias = true;
};
};
}