Changed font to Jetbrains Mono
This commit is contained in:
parent
896c519e90
commit
91f626e2d4
1 changed files with 3 additions and 3 deletions
|
@ -10,16 +10,16 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = [
|
||||
pkgs.source-code-pro
|
||||
pkgs.jetbrains-mono
|
||||
];
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
scrolling.history = 0;
|
||||
font = {
|
||||
size = 12;
|
||||
size = 11;
|
||||
normal = {
|
||||
family = "Source Code Pro";
|
||||
family = "Jetbrains Mono";
|
||||
style = "Regular";
|
||||
};
|
||||
bold = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue