diff options
| author | ene <ene@sils.li> | 2023-03-05 13:28:29 +0100 |
|---|---|---|
| committer | ene <ene@sils.li> | 2023-03-05 13:28:29 +0100 |
| commit | 6d4e4005c285be5893d838f2638a277dcf38afd3 (patch) | |
| tree | fd91db4bd9c95a2474916f79e0d3288fad785ab1 /home-manager/config | |
| parent | Fix(hm/conf/yambar): Remove networks bc they are host dependent (diff) | |
| download | nixos-config-6d4e4005c285be5893d838f2638a277dcf38afd3.zip | |
Fix(hm/conf/alacritty): Fully comment other fonts
Diffstat (limited to '')
| -rw-r--r-- | home-manager/config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/alacritty/alacritty.yml b/home-manager/config/alacritty/alacritty.yml index 817da931..7582a75c 100644 --- a/home-manager/config/alacritty/alacritty.yml +++ b/home-manager/config/alacritty/alacritty.yml @@ -143,7 +143,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Source Code Pro + #family: Source Code Pro # The `style` can be specified to pick a specific face. #style: Bold |
