mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated flake.lock
This commit is contained in:
parent
628cfac23e
commit
99e7bf43e3
3 changed files with 28 additions and 33 deletions
|
|
@ -7,10 +7,6 @@ _: {pkgs, ...}: {
|
|||
font-size=10
|
||||
'';
|
||||
fonts = [
|
||||
{
|
||||
name = "Overpass Mono";
|
||||
package = pkgs.overpass;
|
||||
}
|
||||
{
|
||||
name = "OverpassMono Nerd Font";
|
||||
package =
|
||||
|
|
@ -31,10 +27,9 @@ _: {pkgs, ...}: {
|
|||
};
|
||||
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
overpass
|
||||
material-design-icons
|
||||
(nerdfonts.override
|
||||
fonts = [
|
||||
pkgs.material-design-icons
|
||||
(pkgs.nerdfonts.override
|
||||
{
|
||||
fonts = ["Overpass"];
|
||||
})
|
||||
|
|
@ -44,9 +39,9 @@ _: {pkgs, ...}: {
|
|||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
serif = ["Overpass" "Overpass Nerd Font" "Material Design Icons"];
|
||||
sansSerif = ["Overpass" "Overpass Nerd Font" "Material Design Icons"];
|
||||
monospace = ["Overpass Mono" "OverpassMono Nerd Font" "Material Design Icons"];
|
||||
serif = ["Overpass Nerd Font" "Material Design Icons"];
|
||||
sansSerif = ["Overpass Nerd Font" "Material Design Icons"];
|
||||
monospace = ["OverpassMono Nerd Font" "Material Design Icons"];
|
||||
};
|
||||
hinting.enable = true;
|
||||
antialias = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue