font fixes
This commit is contained in:
parent
1d61086191
commit
81d1cd5632
3 changed files with 17 additions and 11 deletions
|
@ -13,19 +13,23 @@
|
|||
};
|
||||
polarity = "dark";
|
||||
cursor = {
|
||||
package = pkgs.whitesur-cursors;
|
||||
name = "whitesur-cursors";
|
||||
size = 16;
|
||||
package = pkgs.apple-cursor;
|
||||
name = "macOS";
|
||||
size = 20;
|
||||
};
|
||||
fonts = {
|
||||
sizes = {
|
||||
terminal = 9;
|
||||
applications = 10;
|
||||
};
|
||||
sansSerif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Sans";
|
||||
};
|
||||
monospace = {
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
name = "FiraCode Nerd Font";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fonts.packages = [
|
||||
self.packages.${pkgs.system}.cartograph-cf
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue