chore(font): font change
This commit is contained in:
parent
003d990eac
commit
1a57d0a196
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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