From d15dd3bb76eec18de959bcf3992a3700cbbd19a0 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 22 Oct 2024 18:40:40 +0300 Subject: feat: trying out this new terminal font --- 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 acabdfc..61384e4 100644 --- a/common/variables.nix +++ b/common/variables.nix @@ -32,7 +32,7 @@ myAutostartCommands = ["${pkgs.brightnessctl}/bin/brightnessctl s 64"]; }; myConfigLocation = "/home/${myUserName}/nix-conf"; - desktopFontFullName = "BlexMono Nerd Font"; + desktopFontFullName = "Monocraft Nerd Font"; myAutostartCommands = [ "fcitx5" "${pkgs.foot}/bin/foot --server -f \"${desktopFontFullName}:size=12\" -o colors.alpha=0.85" -- cgit