diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-22 18:40:40 +0300 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-22 18:40:40 +0300 |
commit | d15dd3bb76eec18de959bcf3992a3700cbbd19a0 (patch) | |
tree | a4dcaf9f4ce2e2742a1e8c314f21150c36e3e10d /common/variables.nix | |
parent | 655687c6831655c7c2cd8c94f8bc891942a2b366 (diff) | |
download | nixos-configuration-d15dd3bb76eec18de959bcf3992a3700cbbd19a0.tar.gz nixos-configuration-d15dd3bb76eec18de959bcf3992a3700cbbd19a0.tar.bz2 nixos-configuration-d15dd3bb76eec18de959bcf3992a3700cbbd19a0.zip |
feat: trying out this new terminal font
Diffstat (limited to 'common/variables.nix')
-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 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" |