Skip to content
Snippets Groups Projects
Commit 8c02667d authored by Jens Nolte's avatar Jens Nolte
Browse files

Configure default monospace font

parent 6fdafb40
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ bindsym button2 kill
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
#font pango:monospace 8
font Fira Code 9
font PragmataPro Liga 10
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
......
......@@ -81,7 +81,10 @@ in
jq
];
fonts.fonts = with pkgs; [ fira-code pragmatapro ];
fonts = {
fonts = with pkgs; [ fira-code pragmatapro ];
fontconfig.defaultFonts.monospace = [ "PragmataPro Liga" ];
};
users = {
users.jens = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment