chore(font): font change

This commit is contained in:
Zhongheng Liu 2025-01-14 23:22:44 +02:00
commit 1a57d0a196
Signed by: steven
GPG key ID: 805A28B071DAD84B
2 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ in
myAutostartCommands = [ "${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMinBrightness}" ];
};
myConfigLocation = "/home/${myUserName}/nix-conf";
desktopFontFullName = "IntoneMono NFM:style=Regular";
desktopFontFullName = "BlexMono Nerd Font:style=Regular";
myAutostartCommands = [
"${pkgs.brightnessctl}/bin/brightnessctl s ${monitorMaxBrightness}"
"fcitx5"

View file

@ -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;