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 {
|
config = mkIf cfg.enable {
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.source-code-pro
|
pkgs.jetbrains-mono
|
||||||
];
|
];
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
scrolling.history = 0;
|
scrolling.history = 0;
|
||||||
font = {
|
font = {
|
||||||
size = 12;
|
size = 11;
|
||||||
normal = {
|
normal = {
|
||||||
family = "Source Code Pro";
|
family = "Jetbrains Mono";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
bold = {
|
bold = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue