mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
ghostty: move font-size config to vanadium
This commit is contained in:
parent
6a4748c9d0
commit
720effe443
2 changed files with 1 additions and 1 deletions
|
|
@ -170,6 +170,7 @@
|
||||||
ghostty = {
|
ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
font-size = 12; # sweet spot for framework 13
|
||||||
command = lib.getExe config.programs.fish.package;
|
command = lib.getExe config.programs.fish.package;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ in
|
||||||
window-decoration = "none";
|
window-decoration = "none";
|
||||||
|
|
||||||
font-family = "Iosevka NFM";
|
font-family = "Iosevka NFM";
|
||||||
font-size = 12;
|
|
||||||
|
|
||||||
background = "#fdf6e3";
|
background = "#fdf6e3";
|
||||||
foreground = "#073642";
|
foreground = "#073642";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue