Version 0.1.0
This commit is contained in:
26
home-manager/20_alacritty/04_font-settings.nix
Normal file
26
home-manager/20_alacritty/04_font-settings.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/alacritty/04_font-settings.toml".text = ''
|
||||
# ── Font Settings ─────────────────────────────────────────────────────────
|
||||
[font]
|
||||
size = 11.0
|
||||
|
||||
[font.normal]
|
||||
family = "Gohu GohuFont"
|
||||
style = "Regular"
|
||||
|
||||
[font.bold]
|
||||
family = "Gohu GohuFont"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "Gohu GohuFont"
|
||||
style = "Italic"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Gohu GohuFont"
|
||||
style = "Bold Italic"
|
||||
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user