Set ghostty preferences
All checks were successful
Check Flake / check-flake (push) Successful in 22m14s

This commit is contained in:
Zuckerberg 2025-07-18 19:46:18 -07:00
parent be23526c2c
commit 948984af2d

View File

@ -24,6 +24,10 @@ in
# Graphical terminal
programs.ghostty.enable = thisMachineIsPersonal;
programs.ghostty.settings = {
theme = "Snazzy";
font-size = 10;
};
# Advanced terminal file explorer
programs.broot.enable = true;