chore(font): font change
This commit is contained in:
parent
003d990eac
commit
1a57d0a196
2 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ in
|
|||
image = config.myWallPaperPath;
|
||||
fonts = {
|
||||
sansSerif = {
|
||||
name = "Aileron";
|
||||
package = pkgs.aileron;
|
||||
name = "Helvetica Neue LT Std";
|
||||
package = pkgs.helvetica-neue-lt-std;
|
||||
};
|
||||
monospace = {
|
||||
name = config.desktopFontFullName;
|
||||
package = pkgs.nerd-fonts.intone-mono;
|
||||
package = pkgs.nerd-fonts.blex-mono;
|
||||
};
|
||||
sizes = {
|
||||
terminal = 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue