diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-14 23:22:44 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-14 23:22:44 +0200 |
commit | 1a57d0a1968da94fc0b38c940bb45255b70abb8d (patch) | |
tree | b4aed259e5eb4e7f7212bd0295add5938f6c39e2 /common | |
parent | 003d990eacf24cb993761042f192fe3d207cecce (diff) | |
download | nixos-configuration-1a57d0a1968da94fc0b38c940bb45255b70abb8d.tar.gz nixos-configuration-1a57d0a1968da94fc0b38c940bb45255b70abb8d.tar.bz2 nixos-configuration-1a57d0a1968da94fc0b38c940bb45255b70abb8d.zip |
chore(font): font change
Diffstat (limited to 'common')
-rw-r--r-- | common/variables.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |