mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
feat: switch to ghostty
This commit is contained in:
parent
23400b0ab3
commit
a68ff34ebb
5 changed files with 105 additions and 8 deletions
|
|
@ -77,7 +77,10 @@ in
|
|||
sansSerif = [ "Overpass" ];
|
||||
monospace = [ "Overpass Mono" ];
|
||||
};
|
||||
hinting.enable = true;
|
||||
hinting = {
|
||||
enable = true;
|
||||
style = "medium";
|
||||
};
|
||||
antialias = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue