mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
chore(terminals/foot.nix): adjust font size
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
term = "foot"; # or "xterm-256color" for maximum compatibility
|
term = "foot"; # or "xterm-256color" for maximum compatibility
|
||||||
font = "JetBrainsMono Nerd Font:size=13";
|
font = "JetBrainsMono Nerd Font:size=14";
|
||||||
dpi-aware = "yes";
|
dpi-aware = "yes";
|
||||||
|
|
||||||
# Spawn a nushell in login mode via `bash`
|
# Spawn a nushell in login mode via `bash`
|
||||||
|
|||||||
Reference in New Issue
Block a user