From 1a57d0a1968da94fc0b38c940bb45255b70abb8d Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 14 Jan 2025 23:22:44 +0200 Subject: chore(font): font change --- common/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/variables.nix') diff --git a/common/variables.nix b/common/variables.nix index 3cc6988..0762c24 100644 --- a/common/variables.nix +++ b/common/variables.nix @@ -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" -- cgit