monocraft try *

This commit is contained in:
Bryan Ramos 2023-08-22 17:01:13 -04:00
parent 3062739ac5
commit 0856ea8485
3 changed files with 6 additions and 4 deletions

View file

@ -43,22 +43,22 @@
font = { font = {
normal = { normal = {
family = "Terminus"; family = "Monocraft";
style = "Regular"; style = "Regular";
}; };
bold = { bold = {
family = "Terminus"; family = "Monocraft";
style = "Bold"; style = "Bold";
}; };
italic = { italic = {
family = "Terminus"; family = "Monocraft";
style = "Italic"; style = "Italic";
}; };
bold_italic = { bold_italic = {
family = "Terminus"; family = "Monocraft";
style = "Bold Italic"; style = "Bold Italic";
}; };

View file

@ -11,6 +11,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
terminus-nerdfont terminus-nerdfont
monocraft
ranger ranger
highlight highlight
]; ];

View file

@ -27,6 +27,7 @@
# Fonts # Fonts
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
terminus_font terminus_font
monocraft
nerdfonts nerdfonts
]; ];