feat: trying out this new terminal font

This commit is contained in:
Zhongheng Liu 2024-10-22 18:40:40 +03:00
commit d15dd3bb76
Signed by: steven
GPG key ID: DC8F48E7B4C40905
3 changed files with 5 additions and 4 deletions

View file

@ -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"