From 8da112a4ce9438acf73801c708a45a61a92dc081 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Fri, 9 Jul 2021 12:22:43 -0600 Subject: config: fonts: add mostly defaults font.conf Signed-off-by: Kenny Ballou --- config/fonts/default.nix | 4 ++++ config/fonts/fonts.conf | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 config/fonts/fonts.conf diff --git a/config/fonts/default.nix b/config/fonts/default.nix index 10dbc6b4..2a78d588 100644 --- a/config/fonts/default.nix +++ b/config/fonts/default.nix @@ -1,4 +1,8 @@ { ... }: { fonts.fontconfig.enable = true; + xdg.configFile.fonts = { + target = "fontconfig/fonts.conf"; + source = ./fonts.conf; + }; } diff --git a/config/fonts/fonts.conf b/config/fonts/fonts.conf new file mode 100644 index 00000000..19d404db --- /dev/null +++ b/config/fonts/fonts.conf @@ -0,0 +1,27 @@ + + + + + + true + + + true + + + hintslight + + + rgb + + + false + + + lcddefault + + + 96 + + + -- cgit v1.2.1