diff options
author | ene <ene@sils.li> | 2023-03-10 19:21:18 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-11 09:08:53 +0100 |
commit | ec0d7f09e3622c81ce0c37c383c201d9810f252d (patch) | |
tree | 18e62a9741ba688c7fc23d1354ee0d3807c3d39c /home-manager/config | |
parent | Fix(hm/conf/alacritty): Use build-in box draw (diff) | |
download | nixos-config-ec0d7f09e3622c81ce0c37c383c201d9810f252d.tar.gz nixos-config-ec0d7f09e3622c81ce0c37c383c201d9810f252d.zip |
Fix(hm/conf/alacritty): Use other name for font
Diffstat (limited to '')
-rw-r--r-- | home-manager/config/alacritty/alacritty.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/config/alacritty/alacritty.yml b/home-manager/config/alacritty/alacritty.yml index 0231d67d..7b12e2a2 100644 --- a/home-manager/config/alacritty/alacritty.yml +++ b/home-manager/config/alacritty/alacritty.yml @@ -133,7 +133,8 @@ font: # - (Linux/BSD) monospace # - (Windows) Consolas # family: Source Code Pro - family: SauceCodePro Nerd Font # This is needed because of reserved font names + #family: SauceCodePro Nerd Font # This is needed because of reserved font names + family: SauceCodePro Nerd Font Mono # The `style` can be specified to pick a specific face. style: Regular |