added jetbrainsmono-nerdfont
This commit is contained in:
@@ -17,8 +17,10 @@
|
|||||||
gaps_in = 2;
|
gaps_in = 2;
|
||||||
gaps_out = 5;
|
gaps_out = 5;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
col.active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
col = {
|
||||||
col.inactive_border = "rgba(595959aa)";
|
inactive_border = "rgba(595959aa)";
|
||||||
|
active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||||
|
};
|
||||||
resize_on_border = false;
|
resize_on_border = false;
|
||||||
allow_tearing = false;
|
allow_tearing = false;
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
window_padding_width = 10;
|
window_padding_width = 10;
|
||||||
font_size = 12.0;
|
font_size = 12.0;
|
||||||
font_family = "firacode";
|
font_family = "JetBrainsMono Nerd Font";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerd-fonts.fira-code
|
nerd-fonts.fira-code
|
||||||
|
nerd-fonts.jetbrains-mono
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user